/** * Run the upgrade process for the country config in the current working * directory. * * @param dockerSwarm - When true, the local `infrastructure/` directory is * merged with upstream changes in its entirety (Docker Swarm deployments * still need it all). When false (the default), everything under * `infrastructure/` is deleted EXCEPT the subdirectories listed in * `NON_SWARM_INFRA_SUBDIRS`, and those preserved subdirectories are then * merged with upstream. */ export declare function runUpgrade(dockerSwarm: boolean): Promise; //# sourceMappingURL=index.d.ts.map