import type { Prim, Term } from "@thi.ng/shader-ast"; /** * Inline function, expands to equivalent of `clamp(x, 0, 1)`. * * @param x - */ export declare const clamp01: (x: Term) => Term; /** * Inline function, expands to equivalent of `clamp(x, -1, 1)`. * * @param x - */ export declare const clamp11: (x: Term) => Term; //# sourceMappingURL=clamp.d.ts.map