import type { MultiVecOpVVV, VecOpVVV } from "./api.js";
/**
 * Like GLSL `smoothstep()`
 *
 * @param out -
 * @param e1 -
 * @param e2 -
 * @param v -
 */
export declare const smoothStep: MultiVecOpVVV, smoothStep2: VecOpVVV, smoothStep3: VecOpVVV, smoothStep4: VecOpVVV;
//# sourceMappingURL=smoothstep.d.ts.map