import * as z from "zod"; export type Representation = { transformation?: Array<{ [k: string]: any; }> | undefined; }; export declare const Representation$zodSchema: z.ZodType; export type StreamingProfile = { external_id: string; name: string; display_name?: string | null | undefined; predefined: boolean; representations?: Array | undefined; }; export declare const StreamingProfile$zodSchema: z.ZodType; //# sourceMappingURL=streamingprofile.d.ts.map