export declare function setImmediate(handler: TimerHandler, ...args: any[]): number;
export declare const clearImmediate: typeof clearTimeout;
