export declare function createObjectURL(fileOrBlob: File | Blob): string;
export declare function downloadBlob(blob: Blob, fileName: string): void;
