import { Grammar } from "@atomist/microgrammar"; import { MatchTesterMaker } from "./astUtils"; /** * Exclude matches that are within a match of the given microgrammar * @param {Grammar} mg * @return {MatchTesterMaker} */ export declare function notWithin(mg: Grammar): MatchTesterMaker; //# sourceMappingURL=matchTesters.d.ts.map