import BN from "bn.js";
export declare function toRAY(x: BN): BN;
export declare function toWAD(x: BN): BN;
