import type { Account, IAccount } from './types.js'; export declare const mapAccountToIAccount: (payload: Account[]) => IAccount[];