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