import type { AccountAdapter } from '../adapter.js'; import type { AccountConstruction } from '../types.js'; export declare function createEoaAdapter(construction: AccountConstruction): AccountAdapter; //# sourceMappingURL=eoa.d.ts.map