astro-ghostcms/.pnpm-store/v3/files/af/35f06a6f873b7dcbc137cd5b2c0...

4 lines
308 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>;
//# sourceMappingURL=fileRename.d.ts.map