export class CaveGeneratorCellularAutomata extends CellularAutomata {
    step(data: any, width: any, height: any): void;
}
import { CellularAutomata } from "./CellularAutomata.js";
//# sourceMappingURL=CaveGeneratorCellularAutomata.d.ts.map