export declare function assertIsBigInt(input: unknown, error?: string | Error): asserts input is bigint;