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