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