declare const nextTick: (func: (value: void) => void | PromiseLike) => Promise; export default nextTick;