export declare let isUsingMicroTask: boolean; export declare function nextTick(cb?: Function, ctx?: Object): Promise | undefined;