astro-ghostcms/.pnpm-store/v3/files/bb/854ed8b5b6dd5abf47915a7668b...

4 lines
265 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>;