export interface BountyWatchOptions { add?: string; remove?: string; list?: boolean; dryRun?: boolean; watchlist?: string; stateFile?: string; } export declare function bountyWatchCommand(options: BountyWatchOptions): Promise;