export class BVHQueryAnd extends BVHQuery {
    /**
     *
     * @param {BVHQuery} left
     * @param {BVHQuery} right
     */
    constructor(left: BVHQuery, right: BVHQuery);
    evaluate(node: any, tree: any): boolean;
    #private;
}
import { BVHQuery } from "./BVHQuery.js";
//# sourceMappingURL=BVHQueryAnd.d.ts.map