import { AbstractInteger } from './AbstractInteger'; /** * Perform a bitwise not on the integer. * * @param a */ export declare function bitwiseNot>(a: I): I; //# sourceMappingURL=bitwiseNot.d.ts.map