export declare const formatBigIntToString: (bi: bigint | undefined, nativePrecision: number | undefined, decimalPlaces?: number) => string;
