astro-ghostcms/.pnpm-store/v3/files/bc/3387aa61063c82153bc4d7525f3...

5 lines
416 B
Plaintext

import type * as vscode from 'vscode-languageserver-protocol';
import type { ServiceContext } from '../types';
export declare function register(context: ServiceContext): (item: vscode.DocumentLink, token?: vscode.CancellationToken) => Promise<vscode.DocumentLink>;
export declare function transformDocumentLinkTarget(target: string, context: ServiceContext): string;
//# sourceMappingURL=documentLinkResolve.d.ts.map