import * as z from "zod"; import { ApiError } from "./apierror.js"; import { UsageResponse } from "./usageresponse.js"; export type GetUsageGlobals = { cloud_name?: string | undefined; }; export declare const GetUsageGlobals$zodSchema: z.ZodType; export type GetUsageRequest = { date?: string | undefined; }; export declare const GetUsageRequest$zodSchema: z.ZodType; export type GetUsageResponse = ApiError | UsageResponse; export declare const GetUsageResponse$zodSchema: z.ZodType; //# sourceMappingURL=getusageop.d.ts.map