import { System } from './system'; export declare function installAsync(sys: System, cwd: string): Promise;