import type { Account } from '../types/domain.js';
export declare function fetchAllAccounts(): Promise<Account[]>;
//# sourceMappingURL=fetch-accounts.d.ts.map