export declare const $: import("execa").ExecaScriptMethod<{
    stdio: "inherit" | "pipe";
}>;
export declare const $sh: import("execa").ExecaScriptMethod<{
    stdio: "inherit" | "pipe";
} & {
    shell: true;
}>;
