/** * @returns Promise that resolves on next event loop cycle */ export declare const nextCycle: () => Promise;