declare interface Function {
    sleep(msec: number, ...args: any[]): any;
}
//# sourceMappingURL=function.ext.d.ts.map