export declare type OutputMockFile = { path: string; rootName: string; }; export declare class CompilerOutRootFiles { files: OutputMockFile[]; update(rootNames: readonly string[] | undefined, inDir: string, outDir: string): boolean; }