/**
 *
 * -1: Only the nemesis blockchain has this type.
 * 1: Regular blockchain type.
 */
export declare type BlockType = 1 | -1;
