export function testEventloopOrder(tc: t.TestCase): Promise; export function testTimeout(tc: t.TestCase): Promise; export function testInterval(tc: t.TestCase): Promise; export function testAnimationFrame(tc: t.TestCase): Promise; export function testIdleCallback(tc: t.TestCase): Promise; import * as t from "./testing.js"; //# sourceMappingURL=eventloop.test.d.ts.map