export declare const isSupported: () => boolean; export declare const getFile: (file: string) => Promise; export declare const saveFile: (file: string, content: Uint8Array) => Promise; export declare const housekeep: () => Promise;