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