import MMKVInstance from '../mmkvinstance'; export declare function useMMKVRef(key: string, storage: MMKVInstance, defaultValue: T): { current: T; reset(): void; }; export declare const createMMKVRefHookForStorage: (storage: MMKVInstance) => (key: string, defaultValue?: T) => { current: T; reset(): void; }; //# sourceMappingURL=useMMKVRef.d.ts.map