import { Optional } from 'typescript-optional'; import { DataType, StorageType } from '../type'; export declare function getData(key: string, dataType: DataType, storage: StorageType): Optional; //# sourceMappingURL=getData.d.ts.map