import { Stream, Property, Observable } from 'kefir'; import { Action, State } from './types'; declare const exec: (action$: Stream, state$: Property) => Observable; export default exec;