export declare class FileUpdater {
    copyNewFiles(audit: boolean, internal: boolean, updateSource: string[], library: boolean, internalOverride: boolean): void;
    private updateGulpConfigFile;
    private updateLocalizationPipeline;
    private updateMainFile;
    private updateVersionJson;
}
