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