import { V2 } from "../../../tools/v2.js"; export declare function within_radius(radius: number, [x, y]: V2): boolean;