export declare const getEditorRoot: () => HTMLElement | null; export declare const getShadowRoot: () => ShadowRoot; export declare const getBlockNodes: (inShadowDom?: boolean) => Element[]; export declare const findBlockNodeByIdx: (idx: string, inShadowDom?: boolean) => HTMLElement | null;