import * as z from "zod/v3"; export type GetBuildGlobals = { orgId?: string | undefined; }; export type GetBuildRequest = { buildId: string; orgId?: string | undefined; }; /** @internal */ export type GetBuildRequest$Outbound = { buildId: string; orgId?: string | undefined; }; /** @internal */ export declare const GetBuildRequest$outboundSchema: z.ZodType; export declare function getBuildRequestToJSON(getBuildRequest: GetBuildRequest): string; //# sourceMappingURL=getbuild.d.ts.map