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