export { catchInfiniteLoop };
declare function catchInfiniteLoop(functionName: `${string}()`): void;
