import { SharedContext } from '../types'; import type * as ts from 'typescript/lib/tsserverlibrary'; import type * as vscode from '@volar/language-service'; import type { TextDocument } from 'vscode-languageserver-textdocument'; export declare function entriesToLocations(entries: { fileName: string; textSpan: ts.TextSpan; }[], ctx: SharedContext): vscode.Location[]; export declare function entriesToLocationLinks(entries: T[], ctx: SharedContext): vscode.LocationLink[]; export declare function boundSpanToLocationLinks(info: ts.DefinitionInfoAndBoundSpan, originalDoc: TextDocument, ctx: SharedContext): vscode.LocationLink[]; //# sourceMappingURL=transforms.d.ts.map