/** * @deprecated Prefer useStoredValue instead. */ export declare function useAsyncStorage(key: string, enabled?: boolean): [string | null | undefined, (newValue: string) => void, boolean];