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