/**
 * A tick that users can use to work through the event queue
 */
export declare function tick(): Promise<void>;
