astro-ghostcms/.pnpm-store/v3/files/d4/57fc3f74b54349b1f68c7949f7f...

4 lines
257 B
Plaintext

import type * as vscode from 'vscode-languageserver-protocol';
import type { ServiceContext } from '../types';
export declare function register(context: ServiceContext): (item: vscode.CodeLens, token?: vscode.CancellationToken) => Promise<vscode.CodeLens>;