export declare function getNodeByBlockKey(blockKey: string): HTMLElement | null; export declare const getNodeByOffsetKey: (offsetKey: string) => HTMLElement | null; export declare const getOffsetKeyNodeChildren: (offsetKey: string) => NodeListOf | null; export declare const getSelectableNodeByOffsetKey: (offsetKey: string) => Element | null;