import { FfiSpecificationVersion } from '../ffi/types'; import { ConsumerMessagePact, ConsumerPact } from './types'; export declare const makeConsumerPact: (consumer: string, provider: string, version?: FfiSpecificationVersion, logLevel?: import("..").LogLevel, logFile?: string) => ConsumerPact; export declare const makeConsumerMessagePact: (consumer: string, provider: string, version?: FfiSpecificationVersion, logLevel?: import("..").LogLevel, logFile?: string) => ConsumerMessagePact; export declare const makeConsumerAsyncMessagePact: (consumer: string, provider: string, version?: FfiSpecificationVersion, logLevel?: import("..").LogLevel, logFile?: string) => ConsumerMessagePact;