export default function (options: any): Promise<import("execa").Result<{
    cwd: any;
    stderr: any;
    stdout: "inherit";
}>>;
