import type { Store } from './types'; export declare function checkAndUpdateStorageForNewVersion(): void; export default function getStore(): Store;