import { V3Interaction } from '@pact-foundation/pact'; export declare const existingSubjectIdFromStaging = "5cb499c9fd5beb428189454f"; export declare const getSubjects: () => V3Interaction; export declare const getMarketSegmentSubjects: (marketSegment: string) => V3Interaction; export declare const updateSubject: (id: string, newName: string) => V3Interaction;