/* 0.26.0-alpha2 */import Decimal from 'decimal.js';
export declare function bigint(a: Decimal | number | bigint | string): bigint | null;
