/// export declare const type = "blob"; declare const fetchable: (url: string, timeout: number) => Promise; export default fetchable;