export interface ICountToEmits { /** 结束执行函数 */ (e: 'end'): void }