import type { ConstructOptions, IBaseContract, RelaxedBaseParams } from "../../sdk/index.js"; export interface AdapterFactoryArgs { baseParams: RelaxedBaseParams; } export declare function createAdapter(options: ConstructOptions, data: AdapterFactoryArgs, strict?: boolean): IBaseContract;