import execa from 'execa';
export default function make(args?: string[]): Promise<execa.ExecaReturnValue<string>>;
