import { PathList } from "./types";
export declare function parsePath(f: any, parseThis?: boolean): PathList[];
interface IPathLists {
    thisPath?: PathList[];
    pathList?: PathList[];
    combined?: PathList[];
}
export declare function parsePathLists(f: any): IPathLists;
export {};
//# sourceMappingURL=ExpressionParser.d.ts.map