import type { RichTextAdapter } from 'payload'; import type { ResolvedServerFeatureMap } from '../features/typesServer.js'; import type { LexicalEditorProps } from '../types.js'; export declare const getGenerateImportMap: (args: { lexicalEditorArgs?: LexicalEditorProps; resolvedFeatureMap: ResolvedServerFeatureMap; }) => RichTextAdapter["generateImportMap"]; //# sourceMappingURL=generateImportMap.d.ts.map