import * as z from "zod/v3"; export type DownloadLogForProcessGlobals = { appId?: string | undefined; }; export type DownloadLogForProcessRequest = { appId?: string | undefined; processId: string; }; /** @internal */ export type DownloadLogForProcessRequest$Outbound = { appId?: string | undefined; processId: string; }; /** @internal */ export declare const DownloadLogForProcessRequest$outboundSchema: z.ZodType; export declare function downloadLogForProcessRequestToJSON(downloadLogForProcessRequest: DownloadLogForProcessRequest): string; //# sourceMappingURL=downloadlogforprocess.d.ts.map