import * as z from "zod/v3"; export type GetAppGlobals = { appId?: string | undefined; }; export type GetAppRequest = { appId?: string | undefined; }; /** @internal */ export type GetAppRequest$Outbound = { appId?: string | undefined; }; /** @internal */ export declare const GetAppRequest$outboundSchema: z.ZodType; export declare function getAppRequestToJSON(getAppRequest: GetAppRequest): string; //# sourceMappingURL=getapp.d.ts.map