import { CacheTypenames } from '../constants'; export declare const dataIdFromObject: { Context: (result: any) => CacheTypenames; Configuration: (result: any) => CacheTypenames; EditorPart: (result: any) => string; EditorGroup: (result: any) => string; DiffEditorInput: (result: any) => string; ResourceEditorInput: (result: any) => string; SideBySideEditorInput: (result: any) => string; UntitledEditorInput: (result: any) => string; DataUriEditorInput: (result: any) => string; WorkspaceData: (result: any) => string; WorkspaceFolderData: (result: any) => string; ConfigurationData: () => CacheTypenames; };