astro-ghostcms/.pnpm-store/v3/files/24/004b1b8c8b391a4e175cc336d9f...

4 lines
250 B
Plaintext
Raw Normal View History

2024-02-14 19:45:06 +00:00
import type { ServiceContext } from '../types';
import type * as _ from 'vscode-languageserver-protocol';
export declare function register(context: ServiceContext): (uri: string, token?: _.CancellationToken) => Promise<_.FoldingRange[] | undefined>;