astro-ghostcms/.pnpm-store/v3/files/17/7af27766bfc78e60fab9b35ae4e...

4 lines
293 B
Plaintext

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>;
//# sourceMappingURL=foldingRanges.d.ts.map