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