import * as z from "zod/v3"; import * as components from "../components/index.js"; export type CreateBuildDeprecatedGlobals = { appId?: string | undefined; }; export type CreateBuildDeprecatedRequest = { appId?: string | undefined; createBuildParams: components.CreateBuildParams; }; /** @internal */ export type CreateBuildDeprecatedRequest$Outbound = { appId?: string | undefined; CreateBuildParams: components.CreateBuildParams$Outbound; }; /** @internal */ export declare const CreateBuildDeprecatedRequest$outboundSchema: z.ZodType; export declare function createBuildDeprecatedRequestToJSON(createBuildDeprecatedRequest: CreateBuildDeprecatedRequest): string; //# sourceMappingURL=createbuilddeprecated.d.ts.map