export namespace detectors {
    export { TRANSITIONRUN_EVENT_LOOP };
    export { UNREGISTERED_TRANSITION };
}
export namespace bugs {
    function detectAll(): Promise<any[]>;
}
export default bugs;
import TRANSITIONRUN_EVENT_LOOP from "./detect-bugs/transitionrun-loop.js";
import UNREGISTERED_TRANSITION from "./detect-bugs/unregistered-transition.js";
