import type { MultiCustomerConfig, CliArgs } from '../../types.js'; /** * Main watch command handler */ export declare function handleWatchCommand(customerConfig: MultiCustomerConfig, args: CliArgs, verbose: boolean): Promise; //# sourceMappingURL=watch.d.ts.map