import { Epic } from 'redux-observable';
import { AppState } from '../../';
export declare const bookingEpics: Epic<any, AppState, any>;
