import type { EditorState, Transaction } from 'prosemirror-state';
export declare function deletePlaceholder(state: EditorState, dispatch?: (tr: Transaction) => void): boolean;
//# sourceMappingURL=deletePlaceholder.d.ts.map