export default interface ITimerLoopsLimit {
	timeout: number;
	requestAnimationFrame: number;
}
