import * as t from 'tcomb'; export declare type StateT = { [k: string]: any; } & { view: string; }; export declare type StateTcombType = t.Interface;