import * as z from "zod"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; export type CancelRunRunRunIdCancelPostRequest = { runId: string; }; /** @internal */ export declare const CancelRunRunRunIdCancelPostRequest$inboundSchema: z.ZodType; /** @internal */ export type CancelRunRunRunIdCancelPostRequest$Outbound = { run_id: string; }; /** @internal */ export declare const CancelRunRunRunIdCancelPostRequest$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 CancelRunRunRunIdCancelPostRequest$ { /** @deprecated use `CancelRunRunRunIdCancelPostRequest$inboundSchema` instead. */ const inboundSchema: z.ZodType; /** @deprecated use `CancelRunRunRunIdCancelPostRequest$outboundSchema` instead. */ const outboundSchema: z.ZodType; /** @deprecated use `CancelRunRunRunIdCancelPostRequest$Outbound` instead. */ type Outbound = CancelRunRunRunIdCancelPostRequest$Outbound; } export declare function cancelRunRunRunIdCancelPostRequestToJSON(cancelRunRunRunIdCancelPostRequest: CancelRunRunRunIdCancelPostRequest): string; export declare function cancelRunRunRunIdCancelPostRequestFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=cancelrunrunrunidcancelpost.d.ts.map