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