type RememberFn = () => void; type RestoreFn = () => void; export declare function useEditorSelectionMemory(): [RememberFn, RestoreFn]; export {};