import { Storage as AmplitudeStorage } from '@amplitude/analytics-core'; export declare class BrowserStorage implements AmplitudeStorage { private storage?; constructor(storage?: Storage | undefined); isEnabled(): Promise; get(key: string): Promise; getRaw(key: string): Promise; set(key: string, value: T): Promise; remove(key: string): Promise; reset(): Promise; } //# sourceMappingURL=browser-storage.d.ts.map