import type { SerializedPromptEditorState } from './editorState'; export declare const FILE_MENTION_EDITOR_STATE_FIXTURE: SerializedPromptEditorState; export declare const GENERATE_UNIT_TEST_EDITOR_STATE_FIXTURE: SerializedPromptEditorState; /** * An editor state fixture of the old text (not chip) mentions, where the mentions are Lexical * TextNode subclasses instead of Lexical DecoratorNode subclasses. This format's mention TextNodes * should be seamlessly interpreted as DecoratorNodes due to sharing the same `type` name. */ export declare const OLD_TEXT_FILE_MENTION_EDITOR_STATE_FIXTURE: SerializedPromptEditorState; export declare const UNKNOWN_NODES_EDITOR_STATE_FIXTURE: SerializedPromptEditorState; //# sourceMappingURL=fixtures.d.ts.map