import Block from 'DataTypes/Block'; export default class TopLevelBlock extends Block { static BLOCK_TYPE: number; validSignature: boolean; hasSignature: boolean; constructor(); getBlockType(): number; }