declare function countDownAsync(duration: number, onFinished?: () => void): AsyncGenerator; export default countDownAsync;