import * as z from "zod"; import { ApiError } from "./apierror.js"; import { StreamingProfileListResponse } from "./streamingprofilelistresponse.js"; export type GetStreamingProfilesGlobals = { cloud_name?: string | undefined; }; export declare const GetStreamingProfilesGlobals$zodSchema: z.ZodType; export type GetStreamingProfilesRequest = {}; export declare const GetStreamingProfilesRequest$zodSchema: z.ZodType; export type GetStreamingProfilesResponse = StreamingProfileListResponse | ApiError; export declare const GetStreamingProfilesResponse$zodSchema: z.ZodType; //# sourceMappingURL=getstreamingprofilesop.d.ts.map