interface ExecLike { command?: string; stderr?: string; stdout?: string; } export default function formatExecReturn(obj: T): Pick>; export {}; //# sourceMappingURL=formatExecReturn.d.ts.map