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