import type { Location, LocationLink } from 'vscode-languageserver-protocol'; export declare function formatLocations(locations: Array | null, cwd: string, limit?: number): string; //# sourceMappingURL=location.d.ts.map