import { Path } from "../../interface/path";
export declare function installDeps(cwd: Path): Promise<void>;
