import { V3Interaction } from '@pact-foundation/pact'; export declare const getContentPackage: (id: string) => V3Interaction; export declare const updateContentPackage: (id: string, name: string) => V3Interaction;