import type { AccountAdapter } from '../adapter.js'; import type { AccountConstruction } from '../types.js'; export declare const HCA_IMPLEMENTATION_ADDRESS: "0x7c2cC1e499a87ab480Df154e05164cD56D05d570"; export declare function createHcaAdapter(construction: AccountConstruction): AccountAdapter; //# sourceMappingURL=hca.d.ts.map