import type { AccountEntity } from '@luxledger/core'; import type { AccountResponse } from '../contracts/accounts.js'; export declare const toAccountResponse: (account: AccountEntity) => AccountResponse; //# sourceMappingURL=accounts.d.ts.map