export declare const INSERT_EMBED_COMMAND: import('lexical').LexicalCommand; export interface EmbedPluginProps { selfHostnames?: string[]; } export declare function EmbedPlugin({ selfHostnames }: EmbedPluginProps): null; //# sourceMappingURL=EmbedPlugin.d.ts.map