import type { DocumentLink } from 'vscode-languageserver'; /** * Finds clickable URLs in comments and strings within the source text. */ export declare function provideDocumentLinks(sourceText: string): DocumentLink[]; //# sourceMappingURL=document-links.d.ts.map