import * as z from "zod"; export type StreamingProfileCreate = { name: string; display_name?: string | null | undefined; representations: string; }; export declare const StreamingProfileCreate$zodSchema: z.ZodType; //# sourceMappingURL=streamingprofilecreate.d.ts.map