import { PresentmentCartLine } from '@shopify/checkout-ui-extensions'; /** * Returns the cart line the extension is attached to. This is only applicable to the `Checkout::CartLineDetails::RenderAfter` extension point. */ export declare function useTarget(): PresentmentCartLine; //# sourceMappingURL=target.d.ts.map