import { AbstractInteger } from './AbstractInteger'; /** * Get the remainder of a division of the first integer by the second integer. * * @param a * @param b */ export declare function remainder>(a: I, b: I): I; //# sourceMappingURL=remainder.d.ts.map