export declare function add(flags: any, answers_?: any): Promise<boolean>;
export declare function remove(flags: any, answers_?: any): Promise<boolean>;
export declare function requestPlugins(): Promise<any[]>;
export declare function loadExistsPlugins(): Promise<string[]>;