let timer:NodeJS.Timer;
timer = global.setTimeout(myFunction, 1000);

参考http://evanshortiss.com/development/nodejs/typescript/2016/11/16/timers-in-typescript.html