import * as z from "zod"; import { ApiError } from "./apierror.js"; import { StreamingProfileDataResponse } from "./streamingprofiledataresponse.js"; export type CreateStreamingProfileGlobals = { cloud_name?: string | undefined; }; export declare const CreateStreamingProfileGlobals$zodSchema: z.ZodType; export type CreateStreamingProfileResponse = StreamingProfileDataResponse | ApiError; export declare const CreateStreamingProfileResponse$zodSchema: z.ZodType; //# sourceMappingURL=createstreamingprofileop.d.ts.map