import { Predicate, type PredicateOptions } from './predicate.js';
export declare class BigIntPredicate extends Predicate<bigint> {
    /**
    @hidden
    */
    constructor(options?: PredicateOptions);
}
