import type { Editor } from './EditorTypes'; declare const get: (editor: Editor, name: string) => R; declare const set: (editor: Editor, name: string, value: T) => void; declare const unset: (editor: Editor, name: string) => void; export { get, set, unset }; //# sourceMappingURL=Options.d.ts.map