import * as z from "zod/v3"; export type DeleteAppV1DeprecatedGlobals = { appId?: string | undefined; }; export type DeleteAppV1DeprecatedRequest = { appId?: string | undefined; }; /** @internal */ export type DeleteAppV1DeprecatedRequest$Outbound = { appId?: string | undefined; }; /** @internal */ export declare const DeleteAppV1DeprecatedRequest$outboundSchema: z.ZodType; export declare function deleteAppV1DeprecatedRequestToJSON(deleteAppV1DeprecatedRequest: DeleteAppV1DeprecatedRequest): string; //# sourceMappingURL=deleteappv1deprecated.d.ts.map