export type TypeScriptNativeSyncApi = typeof import('@typescript/native/unstable/sync'); /** * Loads the (unstable) sync API of the native TypeScript compiler preview (TypeScript 7). * Users are expected to have installed it under the "typescript7" alias: * `npm install --save-dev typescript7@npm:typescript@latest` */ export declare function loadTypescriptNative(): Promise; //# sourceMappingURL=load-typescript-native.d.ts.map