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