import { SupportedStorage } from './types'; declare const localStorageAdapter: SupportedStorage; export default localStorageAdapter; //# sourceMappingURL=local-storage.d.ts.map