import type { TsPackage } from '../ts-package';
export declare function assertSupportedTypeScript(tsPackage: TsPackage): void;
