declare module "await-spawn" { export default (cmd: string, args: string[]): Promise => {}; }