import * as d from '../../declarations';
export declare function configFileReload(config: d.Config, compilerCtx: d.CompilerCtx): void;
export declare function configReload(config: d.Config, updatedConfig: d.Config): void;
