export declare class CmdService {
    static execCmd(args: string | string[], cwd?: string, silent?: boolean): Promise<string>;
}
