import { AbstractInteger } from './AbstractInteger'; /** * Return the string representation of an integer. * * @param a */ export declare function toString>(a: I): string; //# sourceMappingURL=toString.d.ts.map