import { ContractCaseConfig as WireContractCaseConfig } from '@contract-case/case-connector-proto'; import { ContractCaseConnectorConfig } from '../../../../domain/types.cjs'; import { SendContractResponse } from '../../sendContractResponse.cjs'; import { FunctionRegistry } from '../../functionRegistry/types.cjs'; export declare const mapConfig: (config: WireContractCaseConfig | undefined, executeCall: SendContractResponse, functionRegistry: FunctionRegistry) => ContractCaseConnectorConfig; //# sourceMappingURL=config.d.ts.map