/// <reference types="node" />
import { ExecOptions } from 'child_process';
export declare class ExecService {
    call(command: string, options?: ExecOptions): Promise<unknown>;
}
