export class CellMatcherAny extends CellMatcher {
    match(grid: any, x: any, y: any, rotation: any): boolean;
}
export namespace CellMatcherAny {
    let INSTANCE: CellMatcherAny;
}
import { CellMatcher } from "./CellMatcher.js";
//# sourceMappingURL=CellMatcherAny.d.ts.map