import { Subject } from 'rxjs'; export * from '@platform/cli.ui/lib/types'; export * from '../src/types'; export type ICommandProps = { state$: Subject; }; export type ITestState = { title?: string; count?: number; };