import { Range } from './types'; /** * Modulo N to a range of 0 to M-1 */ export declare function mod(n: number, bound: T): Range;