import type { CompileOptions } from "./types.js"; export declare function writeCompiledFile(filePath: string, code: string, options: CompileOptions): Promise; //# sourceMappingURL=file-writer.d.ts.map