export class NavigationMeshAgent {
    /**
     * How wide is the agent.
     * A mouse will have a tiny radius, a car will have a large one.
     * @type {number}
     */
    radius: number;
}
//# sourceMappingURL=NavigationMeshAgent.d.ts.map