astro-ghostcms/.pnpm-store/v3/files/60/b4389333ec4d03681fb28182893...

4 lines
261 B
Plaintext

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