import { FileStatus } from "./types"; export declare const sleep: (ms: number) => Promise; export declare const makeDownloadUrl: (Statu: FileStatus) => string;