/**
 * Ensures the Slate content you create is valid. Useful
 * for unit testing to make sure you are adhering to the
 * rules of Slate.
 */
export declare const ensureSlateStateValid: (editor: any) => void;
