export class CellMatcherNot extends CellMatcherDecorator {
    /**
     *
     * @param {CellMatcher} source
     * @return {CellMatcherNot}
     */
    static from(source: CellMatcher): CellMatcherNot;
    match(data: any, x: any, y: any, rotation: any): boolean;
}
import { CellMatcherDecorator } from "./CellMatcherDecorator.js";
//# sourceMappingURL=CellMatcherNot.d.ts.map