import * as z from "zod"; import { StreamingProfile } from "./streamingprofile.js"; export type StreamingProfileUpdateResponse = { message: string; data: StreamingProfile; }; export declare const StreamingProfileUpdateResponse$zodSchema: z.ZodType; //# sourceMappingURL=streamingprofileupdateresponse.d.ts.map