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