/**
 * Returns the average delay between a tick of the node.js event loop, as measured for N calls of `process.nextTick`
 */
export declare function eventLoopDelay(iterations?: number): Promise<number>;
