export declare const isBigInt: (input: unknown) => input is BigInt;
