export declare function rememberWallet(walletKey: string): void; export declare function recallWallet(): string | null; export declare function forgetWallet(): void; export declare function rememberHandle(name: string): void; export declare function recallHandle(): string | null; export declare function forgetHandle(): void; //# sourceMappingURL=persistence.d.ts.map