import { BlockElement, CommandItemData } from "../interface"; export declare function getBlockCommands(block: BlockElement): CommandItemData[];