interface WatchOptions {
    path: string;
    notify: boolean;
    minCost: string;
    sound: boolean;
    sessionSoundOnly: boolean;
    includeExisting: boolean;
    recent?: string;
    maxAge?: string;
    test?: boolean;
    verbose?: boolean;
    notifyTask: boolean;
    notifySession: boolean;
    notifyCost: boolean;
    minTaskCost?: string;
    minTaskMessages?: string;
    notifyProgress?: boolean;
    progressInterval?: string;
    delayedTimeout?: string;
    taskSound?: string;
    sessionSound?: string;
    parent?: any;
}
export declare function watchCommand(options: WatchOptions): Promise<void>;
export {};
//# sourceMappingURL=watch.d.ts.map