export class GridCellActionLogToConsole extends GridCellAction {
    static from(message: any): GridCellActionLogToConsole;
    message: string;
    execute(data: any, x: any, y: any, rotation: any): void;
}
import { GridCellAction } from "../../../placement/action/GridCellAction.js";
//# sourceMappingURL=GridCellActionLogToConsole.d.ts.map