/** * Returns a Promise that resolves after at least one tick of the * Macro Task Queue occurs. */ export declare const waitForTick: () => Promise;