import { Block } from "./block"; import { List as ImmutableList } from "immutable"; export declare type BlockHistory = ImmutableList;