import type { BuildContext } from '../types'; import type { CompilerOptions } from 'typescript'; export declare function vueTsc(ctx: BuildContext, _options?: CompilerOptions): void;