import type { WalletData } from './types.js'; export declare function getWallet(): Promise; export declare function saveWallet(wallet: WalletData): Promise; export declare function removeWallet(): Promise; //# sourceMappingURL=wallets.d.ts.map