import * as z from "zod/v4"; import { OpenEnum } from "../types/enums.js"; export declare const Truncation: { readonly Auto: "auto"; readonly Disabled: "disabled"; }; export type Truncation = OpenEnum; /** @internal */ export declare const Truncation$inboundSchema: z.ZodType; //# sourceMappingURL=truncation.d.ts.map