import { FeedmeDelivery, FoodpandaDelivery, GrabfoodDelivery, InHouseDelivery, ShopeefoodDelivery } from './business.interface'; declare function initInhouseDelivery(): InHouseDelivery; declare function initFeedmeExpress(): FeedmeDelivery; declare function initFoodpandaDelivery(): FoodpandaDelivery; declare function initGrabfoodDelivery(): GrabfoodDelivery; declare function initShopeefoodDelivery(): ShopeefoodDelivery; declare const _default: { initInhouseDelivery: typeof initInhouseDelivery; initFeedmeExpress: typeof initFeedmeExpress; initFoodpandaDelivery: typeof initFoodpandaDelivery; initGrabfoodDelivery: typeof initGrabfoodDelivery; initShopeefoodDelivery: typeof initShopeefoodDelivery; }; export default _default;