import type { MMKV } from '../specs/MMKV.nitro'; export declare function createMMKVHook TSet)>(getter: (instance: MMKV, key: string) => T): (key: string, instance?: MMKV) => [value: T, setValue: (value: TSetAction) => void];