/** * Queues the passed function to be ran in a macroTask * @param task the function to execute as a macroTask */ export function queueMacrotask(task: () => void): void;