import type { MultiCustomerConfig, CliArgs } from '../../types.js'; export declare function handleStatusCommand(customerConfig: MultiCustomerConfig, args: CliArgs, verbose: boolean): Promise; //# sourceMappingURL=status.d.ts.map