export declare class CTSettings { static apiLink: string; static preferredAutocompleteLanguage: string; static responseFolderName: string; static convertSingleLineCommentsToMultiLineComments: boolean; static maximumComponentsInZip: number; static maximumZipSize: number; static contentFolderName: string; }