export declare namespace BigNumber { function isInstance(mix: any): mix is bigint; function isZero(mix: bigint): mix is 0n; }