/** * 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 */ export declare const extractUserLongNameSas9: (response: string) => string;