export declare const humanFormatBigInteger: (bigInteger: any) => string;
export declare const bigIntegerToLocaleString: (bigInteger: any) => string;
