/**
* Cleans the param of any leading or trailing spaces and non-string values
* @paramsecondLine
* @returns an array containing all trimmed, non-empty strings in secondLine
*/exportdeclareconstcleanSecondLine: (secondLine: string | string[] | null) =>Array<string>;