import { BlockElement, BlockCommand, CommandParams } from "../interface"; export declare function executeBlockCommand(block: BlockElement, parentComplexBlock: BlockElement | undefined, command: BlockCommand, params?: CommandParams): any;