import { AbstractInteger } from './AbstractInteger'; /** * Get the unary minus of the given integer. * * @param a */ export declare function unaryMinus>(a: I): I; //# sourceMappingURL=unaryMinus.d.ts.map