import { Booking, Data } from '../typings'; declare const bookingSelector: (data: Data) => Booking; export default bookingSelector;