import type { RedeemableChangeResult, RedeemableChange } from '@shopify/checkout-ui-extensions'; /** * Returns a function to apply a change to add a redeemable. */ export declare function useApplyRedeemableChange(): (change: RedeemableChange) => Promise; //# sourceMappingURL=redeemable.d.ts.map