import * as z from "zod/v3"; export type GetBuildInfoV2DeprecatedGlobals = { appId?: string | undefined; }; export type GetBuildInfoV2DeprecatedRequest = { appId?: string | undefined; buildId: number; }; /** @internal */ export type GetBuildInfoV2DeprecatedRequest$Outbound = { appId?: string | undefined; buildId: number; }; /** @internal */ export declare const GetBuildInfoV2DeprecatedRequest$outboundSchema: z.ZodType; export declare function getBuildInfoV2DeprecatedRequestToJSON(getBuildInfoV2DeprecatedRequest: GetBuildInfoV2DeprecatedRequest): string; //# sourceMappingURL=getbuildinfov2deprecated.d.ts.map