export declare const format: (x: bigint, decimals?: number | bigint, digits?: number | bigint) => string; export declare const toFloat: (x: bigint, decimals?: number | bigint) => number; export declare const toDecimals: (x: bigint, decimals: number | bigint, scaleDecimals: number | bigint) => bigint;