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