UNPKG

vision-embedded-web

Version:
6 lines (5 loc) 241 B
export declare function getDownloadFolderPath(): Promise<string>; export declare function downloadUrls(urls: string[]): Promise<{ notDownloadedUrls: string[]; }>; export declare function getDownloadedFileNames(): Promise<string[]>;