import { CheckoutInfo } from "./checkoutInfo"; declare const checkoutInfoExtractor: (intent: any) => CheckoutInfo; export { checkoutInfoExtractor };