export default parseIncludes /** * parse and include expression and return a Matcher * @param {string} str - the include expression * @return {MatcherContainer} */ declare function parseIncludes(str: string): MatcherContainer import { MatcherContainer } from "./matcher.js" //# sourceMappingURL=parser.d.ts.map