import * as microtime from "microtime"; const nowInteger: number = microtime.now(); const nowDouble: number = microtime.nowDouble(); const nowStruct: number[] = microtime.nowStruct();