import { DataType, StorageType } from '../type'; export declare function storeData(key: string, data: string, dataType: DataType, storage: StorageType): void; //# sourceMappingURL=storeData.d.ts.map