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