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