import type { Footprint } from "../pathing/PathingMap"; export declare const toFootprint: (radius: number, pathing?: number) => Footprint;