export declare function nextTick(callback: () => void): void; export declare function nextTickAsync(callback: () => void): Promise;