import * as Blockly from "blockly";
/**
 * Provides a string representation of the text a user would normally see on a block.
 */
export declare function getBlockText(block: Blockly.BlockSvg): string;
