import type { TtscCommonOptions } from "../../structures/internal/TtscCommonOptions";
/** Format the CLI version banner from the wrapper package and resolved tsc. */
export declare function getCompilerVersionText(options?: TtscCommonOptions): string;
