import type { BundlelessGeneratorDtsConfig } from '../../types';
export declare const runTsc: (config: BundlelessGeneratorDtsConfig) => Promise<void>;