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