/**
 * Represents the different kinds of acquisition behavior for progression reward
 * items.
 * @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyProgressionRewardItemAcquisitionBehavior}
 */
export declare const DestinyProgressionRewardItemAcquisitionBehavior: {
    readonly Instant: 0;
    readonly PlayerClaimRequired: 1;
};
