import type { ICountDownAction, RendererAction, RendererEvent, ScopedComponentType } from '../types'; export declare class CountDownAction implements RendererAction { run(action: ICountDownAction, renderer: ScopedComponentType, event: RendererEvent, mergeData: any): Promise; }