import type { WorldCoords } from './world'; export declare type CaptureZone = { coords: WorldCoords; radius: number; };