import { Callback } from "../types/core"; export declare function flushCallbacks(): void; export default function nextTick(cb: Callback): void;