import { Log } from "./log"; import { List as ImmutableList } from "immutable"; export declare type LogHistory = ImmutableList;