/** * Create a new client in the system. */ export interface CreateClientParams { smbToolType?: "create_client"; }