import * as z from "zod/v3"; export type GetAppInfoV1DeprecatedGlobals = { appId?: string | undefined; }; export type GetAppInfoV1DeprecatedRequest = { appId?: string | undefined; }; /** @internal */ export type GetAppInfoV1DeprecatedRequest$Outbound = { appId?: string | undefined; }; /** @internal */ export declare const GetAppInfoV1DeprecatedRequest$outboundSchema: z.ZodType; export declare function getAppInfoV1DeprecatedRequestToJSON(getAppInfoV1DeprecatedRequest: GetAppInfoV1DeprecatedRequest): string; //# sourceMappingURL=getappinfov1deprecated.d.ts.map