import { CustomCompilerHost } from ".";
export declare function emitFileIfChanged(this: CustomCompilerHost, fileName: string, code?: string): import("./emitFileCode").EmitFileValueType;
