/** Lists of words that shouldn't be capitalized in titles */ declare const except: string[]; export default except;