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