import type { AccountStorage } from './types'; export declare function getStoragePath(): string; export declare function loadAccounts(): Promise; export declare function saveAccounts(storage: AccountStorage): Promise;