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