import { SetupPlan, ApplyResult } from './types'; export declare function applySetup(rootPath: string, plan: SetupPlan): Promise; //# sourceMappingURL=apply.d.ts.map