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