astro-ghostcms/.pnpm-store/v3/files/f5/b912cb9c841a3284a5a3abfa7a3...

7 lines
350 B
Plaintext

import type { ServiceEnvironment, Disposable, TypeScriptProjectHost } from '@volar/language-service';
import type * as ts from 'typescript';
export declare function createSys(ts: typeof import('typescript'), env: ServiceEnvironment, projectHost: TypeScriptProjectHost): ts.System & {
version: number;
sync(): Promise<number>;
} & Disposable;