export class CellMatcherDecorator extends CellMatcher {
    /**
     *
     * @type {CellMatcher}
     */
    source: CellMatcher;
    initialize(grid: any, seed: any): void;
}
import { CellMatcher } from "../CellMatcher.js";
//# sourceMappingURL=CellMatcherDecorator.d.ts.map