import { PathList } from "./PathList"; export interface ICompiledPath { expression: string; pathList: PathList[]; } //# sourceMappingURL=ICompiledPath.d.ts.map