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