export declare class ExecService {
    call(command: string, options?: any): Promise<{}>;
}
