/**
 * Delete an existing service from the system.
 */
export interface DeleteServiceParams {
    smbToolType?: "delete_service";
}
