import { V3Interaction } from '@pact-foundation/pact'; export declare const getUserLicenses: (page: number, size: number) => V3Interaction; export declare const getAccountLicensedContent: (page: number, size: number) => V3Interaction; export declare const createEmbedCode: (id: string) => V3Interaction; export declare const getVideoMetadataCsv: (id: string) => V3Interaction; export declare const getVideoCaptions: (id: string) => V3Interaction;