/**
 * At last, stats have categories. Use this for whatever purpose you might wish.
 * @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyStatCategory}
 */
export declare const DestinyStatCategory: {
    readonly Gameplay: 0;
    readonly Weapon: 1;
    readonly Defense: 2;
    readonly Primary: 3;
};
