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