import { OrderInfo } from "./orderInfo"; declare const orderInfoExtractor: (intent: any) => OrderInfo; export { orderInfoExtractor };