import { PathMatcher } from "../PathMatcher"; import { ParserPath } from "./index"; export declare class BooleanPath extends ParserPath { constructor(base: PathMatcher); } //# sourceMappingURL=BooleanPath.d.ts.map