import { type IZoneManager } from "../../../game";
import { type IVector3D } from "../../../../shared/common/utils";
export declare class RageZoneManager implements IZoneManager {
    getNameOfZone(position: IVector3D): string;
}
