export class GridGeneratorConfig {
    /**
     *
     * @type {number}
     */
    seed: number;
    /**
     *
     * @type {GridActionRuleSet}
     */
    cellActionRules: GridActionRuleSet;
    /**
     *
     * @type {number}
     */
    edgeWidth: number;
}
import { GridActionRuleSet } from "./markers/GridActionRuleSet.js";
//# sourceMappingURL=GridGeneratorConfig.d.ts.map