import type { LexicalEditor } from 'lexical';
type EditorAction = 'replace' | 'update';
export declare const setSafeLexicalState: (state: any, editorInstance: LexicalEditor, action?: EditorAction) => void;
export {};
//# sourceMappingURL=setSafeLexicalState.d.ts.map