import type { YooEditor, YooptaBlockData, YooptaPathIndex } from '../types'; export type GetBlockOptions = { at?: YooptaPathIndex; id?: string; }; export declare function getBlock(editor: YooEditor, options: GetBlockOptions): YooptaBlockData | null; //# sourceMappingURL=getBlock.d.ts.map