import { AnyMockDescriptorType, CaseConfig, TestInvoker } from '@contract-case/case-core'; type Invoker = Partial>; export declare const mergeInvokers: (initialInvoker: Invoker, partialInvoker: Invoker) => Invoker; export declare const mergeConfig: (initialConfig: CaseConfig, config: CaseConfig) => CaseConfig; export {}; //# sourceMappingURL=mergers.d.ts.map