/**
* Extracts user full name assuming the first word after "title" means log off if not found otherwise in the dictionary
* @param response SAS response content
* @returns user full name
*/exportdeclareconstextractUserLongNameSas9: (response: string) =>string;