import { Editor, CommandStatus, BlockElement, TextAlign } from "../../interface"; export declare function getAllBlocksAlign(editor: Editor, blocks: BlockElement[]): TextAlign[]; export declare function getCommandStatus(editor: Editor): CommandStatus; export declare function getBlockCommandStatus(editor: Editor, block: BlockElement): CommandStatus;