import type { MultiVecOpVV, VecOpVV } from "./api.js";
/**
 * This version of mod uses the same logic as the standard C function
 * `remainder()` (or its equivavalent in the thi.ng/maths package), i.e.
 * componentwise `a - b * round(a / b)`.
 *
 * @remarks
 * Also see
 * [`remainder`](https://docs.thi.ng/umbrella/math/functions/remainder.html).
 */
export declare const remainder: MultiVecOpVV, remainder2: VecOpVV, remainder3: VecOpVV, remainder4: VecOpVV;
//# sourceMappingURL=remainder.d.ts.map