import * as all from "execa"; export declare let execa: all.ExecaMethod<{}>; export declare let execaSync: all.ExecaSyncMethod<{}>; export declare let execaCommand: import("execa/types/methods/command.js").ExecaCommandMethod<{}>; export declare let exec: import("execa/types/methods/command.js").ExecaCommandMethod<{}>; export declare let execaCommandSync: import("execa/types/methods/command.js").ExecaCommandSyncMethod<{}>; export declare let execaNode: all.ExecaNodeMethod<{}>; export declare let $: all.ExecaScriptMethod<{}>;