/// /** * Ensures that each test is executed within a RunLoop * * @param {object} hooks QUnit Hooks */ export default function inRunloop(hooks: NestedHooks): void; /** * Ends the current RunLoop and starts a new one */ export declare function next(): void;