import * as z from "zod/v3"; export type DeleteAppGlobals = { appId?: string | undefined; }; export type DeleteAppRequest = { appId?: string | undefined; }; /** @internal */ export type DeleteAppRequest$Outbound = { appId?: string | undefined; }; /** @internal */ export declare const DeleteAppRequest$outboundSchema: z.ZodType; export declare function deleteAppRequestToJSON(deleteAppRequest: DeleteAppRequest): string; //# sourceMappingURL=deleteapp.d.ts.map