import * as t from 'tcomb'; import { Run } from './run'; import { Connect } from './connect'; import { StateT, StateTcombType } from './StateT'; export default function (stateType: StateTcombType): { run: Run; appState: t.Interface; connect: Connect; };