declare type InfoDisplayStyle = 'codelens' | 'hover' | 'all' | 'none'; export default InfoDisplayStyle;