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