import type { LocalStorage } from '@audius/hedgehog'; /** * Fallback for localStorage that works in node and the browser * @returns localStorage */ export declare const getPlatformLocalStorage: () => Promise;