type Callback = (...args: any[]) => any; /** * Wait for the next microtask. * @link https://js-toolkit.studiometa.dev/utils/nextMicrotask.html */ export declare function nextMicrotask(): Promise; export declare function nextMicrotask(callback?: T): Promise>; export {};