export declare function install({ cwd, dir }: {
    cwd: string;
    dir: string;
}): Promise<void>;
