export declare function bigIntToHuman(n: string | number | bigint | undefined, decimals?: string | number | bigint): string;
