import * as z from "zod/v4"; export type GetWorkspaceBillingEntitlementsGlobals = { /** * Workspace name. Platform API keys already select a workspace; other authentication methods can configure it once on the SDK client. */ workspace?: string | undefined; }; export type GetWorkspaceBillingEntitlementsRequest = {}; /** @internal */ export type GetWorkspaceBillingEntitlementsRequest$Outbound = {}; /** @internal */ export declare const GetWorkspaceBillingEntitlementsRequest$outboundSchema: z.ZodType; export declare function getWorkspaceBillingEntitlementsRequestToJSON(getWorkspaceBillingEntitlementsRequest: GetWorkspaceBillingEntitlementsRequest): string; //# sourceMappingURL=getworkspacebillingentitlements.d.ts.map