import { type PlateEditor } from '@udecode/plate-common';
export declare const insertEmptyCodeBlock: (editor: PlateEditor) => void;
