export declare const add: (storeName: string, data: Record) => Promise; export declare const getAll: (storeName: string) => Promise;