/** * Create a thumbnail from a File object by drawing it onto an OffscreenCanvas */ export declare const createThumbnail: (file: File) => Promise; //# sourceMappingURL=createThumbnail.d.ts.map