import { Order, RenderExtensionPoint } from '@shopify/checkout-ui-extensions'; /** * Returns the order information that's available post-checkout. */ export declare function useOrder(): Order | undefined; //# sourceMappingURL=order.d.ts.map