export interface InstallAllOptions {
    dir: string;
    force: boolean;
}
export declare function installAll(options: InstallAllOptions): Promise<void>;
