/* 0.28.0 */import { Decimal } from 'decimal.js';
export declare function bigint(a: Decimal | number | bigint | string): bigint | null;
