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