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