/**
 * Update an existing client's information.
 */
export interface UpdateClientParams {
    smbToolType?: "update_client";
}
