export type ExecuteOptions = {
    cwd: string;
    command: string;
    args: string[];
};
//# sourceMappingURL=ExecuteOptions.d.ts.map