import * as z from "zod"; export type GetRunRequest = { runId: string; }; /** @internal */ export declare const GetRunRequest$inboundSchema: z.ZodType; /** @internal */ export type GetRunRequest$Outbound = { runId: string; }; /** @internal */ export declare const GetRunRequest$outboundSchema: z.ZodType; /** * @internal * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module. */ export declare namespace GetRunRequest$ { /** @deprecated use `GetRunRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `GetRunRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `GetRunRequest$Outbound` instead. */ type Outbound = GetRunRequest$Outbound; } //# sourceMappingURL=getrun.d.ts.map