import type { AppliedGiftCard, GiftCardChange, GiftCardChangeResult, RenderExtensionPoint } from '@shopify/checkout-ui-extensions'; /** * Returns the current gift cards applied to the cart, and automatically re-renders * your component if gift cards are added or removed. */ export declare function useAppliedGiftCards(): AppliedGiftCard[]; /** * Returns a function to add or remove gift cards. * * > Caution: * > See [security considerations](https://shopify.dev/docs/api/checkout-ui-extensions/configuration#network-access) if your extension retrieves gift card codes through a network call. */ export declare function useApplyGiftCardChange(): (change: GiftCardChange) => Promise; //# sourceMappingURL=gift-cards.d.ts.map