import * as z from "zod/v3"; export type GetAppsGlobals = { orgId?: string | undefined; }; export type GetAppsRequest = { orgId?: string | undefined; }; /** @internal */ export type GetAppsRequest$Outbound = { orgId?: string | undefined; }; /** @internal */ export declare const GetAppsRequest$outboundSchema: z.ZodType; export declare function getAppsRequestToJSON(getAppsRequest: GetAppsRequest): string; //# sourceMappingURL=getapps.d.ts.map