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