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