import MMKVInstance from '../mmkvinstance';
export declare const getDataType: (value: any) => string;
export declare const getInitialValue: (key: string, storage: MMKVInstance, initialValueType: 'type' | 'value') => () => any;
//# sourceMappingURL=functions.d.ts.map