import type { Agent } from '../../types/index.js'; interface WatchOptions { interval: number; agent?: Agent; notify?: number; daemon?: boolean; } export declare function watchCosts(opts: WatchOptions): Promise; export {}; //# sourceMappingURL=watch.d.ts.map