/** * Modulo function. * @param a - "Index" * @param b - "Length" * @return "Index" */ export declare function modulo(a: number, b: number): number; //# sourceMappingURL=modulo.d.ts.map