import { ImporterState } from './types'; import { SheetDefinition } from '../sheet/types'; export declare function getIndexedDBState(sheetDefinitions: SheetDefinition[], customKey?: string | null): Promise; export declare function setIndexedDBState(state: ImporterState, customKey?: string | null): Promise; //# sourceMappingURL=storage.d.ts.map