types.d.ts
1  type Timer = ReturnType<typeof setTimeout>;
2  
3  export { Timer };