import type { BunDevServerConfig } from "./bunServeConfig"; export declare function performTSC(finalConfig: BunDevServerConfig, importMeta: ImportMeta): Promise<{ error: boolean; message: string; }>;