export declare class Dependencies { os: string[]; command: string[]; plugin: string[]; arch: string[]; constructor(dep: any); check(): Promise; private checkOs; private checkCommand; }