import * as z from "zod/v4"; import { Result as SafeParseResult } from "../types/fp.js"; import { SDKValidationError } from "./errors/sdkvalidationerror.js"; import { Guardrail } from "./guardrail.js"; export type GetGuardrailResponse = { data: Guardrail; }; /** @internal */ export declare const GetGuardrailResponse$inboundSchema: z.ZodType; export declare function getGuardrailResponseFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=getguardrailresponse.d.ts.map