import type { Address } from 'abitype'; import type { ErrorType } from '../../errors/utils.js'; import type { Account } from '../types.js'; export type ParseAccountErrorType = ErrorType; export declare function parseAccount(account: Address | Account): Account; //# sourceMappingURL=parseAccount.d.ts.map