/**
 *
 * Produces a proportional mix of 2 values, a*(1-portion) + b*portion
 * Same as lerp
 */
export const mix: typeof lerp;
import { lerp } from "./lerp.js";
//# sourceMappingURL=mix.d.ts.map