import type { AsyncStorage } from '../@types/storage'; /** Narrows a storage to {@link AsyncStorage}. Inspecting never writes: `set` and `remove` are never called. */ export default function isAsyncStorage(storage: unknown): storage is AsyncStorage; //# sourceMappingURL=is-async-storage.d.ts.map