import type { DeliveryGroupList } from '../api/shipping/shipping-option-list';
/**
 * Returns the delivery group list the extension is attached to. This hook can only be used by extensions in the following
 * extension targets:
 * - purchase.checkout.shipping-option-list.render-before
 * - purchase.checkout.shipping-option-list.render-after
 */
export declare function useDeliveryGroupListTarget(): DeliveryGroupList | undefined;
//# sourceMappingURL=delivery-group-list-target.d.ts.map