astro-ghostcms/.pnpm-store/v3/files/e6/6cc5f83a9c28325da8a7b144532...

4 lines
268 B
Plaintext

import type { ServiceContext } from '../types';
import type * as _ from 'vscode-languageserver-protocol';
export declare function register(context: ServiceContext): (oldUri: string, newUri: string, token?: _.CancellationToken) => Promise<_.WorkspaceEdit | undefined>;