SoloNavMeshGeneratorConfig: Pretty<Omit<RecastConfig, "tileSize"> & OffMeshConnectionGeneratorParams & {
    bounds?: [bbMin: Vector3Tuple, bbMax: Vector3Tuple];
    buildBvTree?: boolean;
}>