import { Action } from '../action'; export declare class WatchAction extends Action { execute(): Promise; watcher(pattern: string): void; }