import { Order } from '../typings'; declare const orderSelector: (data: any) => Order; export default orderSelector;