export declare class EditorConfig {
    quickSuggestionsDelay?: number;
    quickSuggestions?: boolean;
    tabSize?: number;
    minLineNumber?: number;
    enableDebug?: boolean;
    rawResultsReadOnly?: boolean;
}
