import { V3Interaction } from '@pact-foundation/pact'; import { PageRequest } from '../../common/model/PageRequest'; import { Projection } from '../../common/model/Projection'; export declare const existingContractFromStaging = "5e7cbc9ddb7790aa17629972"; export declare const getContractInteraction: (id: string) => V3Interaction; export declare const updateContract: (id: string) => V3Interaction; export declare const getContractsInteraction: (pageRequest: PageRequest, _projection: Projection) => V3Interaction; export declare const getSignedLink: (filename: string) => V3Interaction;