/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.BucketCategory} */
export declare const BucketCategory: {
    readonly Invisible: 0;
    readonly Item: 1;
    readonly Currency: 2;
    readonly Equippable: 3;
    readonly Ignored: 4;
};
