/**
 * The action that happens when the user attempts to refund an item.
 * @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyVendorItemRefundPolicy}
 */
export declare const DestinyVendorItemRefundPolicy: {
    readonly NotRefundable: 0;
    readonly DeletesItem: 1;
    readonly RevokesLicense: 2;
};
