declare type CasingStyle = 'uppercase' | 'lowercase' | 'preserve'; export default CasingStyle;