import type { BN } from './bn'; import type { BigNumberish } from './types'; export declare function max(...numbers: Array): BN; export declare function multiply(...numbers: Array): BN; //# sourceMappingURL=math.d.ts.map