import { type IWorldObject, type IWorldObjectOptions } from "../worldObject";
export interface IColshapeOptions extends IWorldObjectOptions {
}
export interface IColshape extends IWorldObject {
}
