export declare const nextTick: (fn: () => void) => Promise; export declare const queueJob: (job: Function) => void;