import { TypeClass } from '../TypeClass'; export declare const BigInt: TypeClass<"BigInt", string | bigint>;