astro-ghostcms/.pnpm-store/v3/files/7d/c5db3b2d34c456d379731c06b4f...

7 lines
364 B
Plaintext

import type { ServiceEnvironment, Disposable } from '@volar/language-service';
import type * as ts from 'typescript/lib/tsserverlibrary';
export declare function createSys(ts: typeof import('typescript/lib/tsserverlibrary'), env: ServiceEnvironment): ts.System & {
version: number;
sync(): Promise<number>;
} & Disposable;
//# sourceMappingURL=sys.d.ts.map