import { V3Interaction } from '@pact-foundation/pact'; export declare const existingChannelFromStaging = "5cf140c4c1475c47f7178678"; export declare const getChannelsInteraction: (query?: { ingestType?: string; education_levels?: string[]; categories?: string[]; }) => V3Interaction; export declare const getPagedChannelsInteraction: V3Interaction; export declare const updateChannel: (id: string) => V3Interaction; export declare const getContentCategories: () => V3Interaction; export declare const getChannelInteraction: (id: string) => V3Interaction; export declare const get404Channel: (id: string) => V3Interaction; export declare const getSignedLink: (filename: string) => V3Interaction;