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