import { AcGePoint2dLike } from '@mlightcad/data-model'; import { AcEdSpatialQueryResultItemEx } from '../editor'; export declare function sortPickResults(results: AcEdSpatialQueryResultItemEx[], point: AcGePoint2dLike): AcEdSpatialQueryResultItemEx[]; //# sourceMappingURL=AcTrPickResultUtil.d.ts.map