export declare const bnToHumanReadable: (bi: bigint | number | string | undefined, decimals?: number) => string;
