import { IEditorInput, ISideBySideEditorInput, IResourceEditorInput } from '../../interfaces'; export declare const PreferencesEditorInput: ISideBySideEditorInput; export declare const DefaultPreferencesEditorInput: IResourceEditorInput; export declare const SettingsEditor2Input: IEditorInput;