export declare const STORAGE_KEY = "@qubic-js"; export declare function getPersistedData(): { accounts: string[]; chainId: string; } | null; export declare function clearPersistedData(): void; export declare function setPersistedData(key: 'accounts' | 'chainId', stringifiedValue: string): void;