import { Command } from 'commander'; export declare const updateCommand: Command; export declare function updateLibs(updated_before: string, plugins: string[]): Promise;