/**
 * If the objective has a known UI label, this enumeration will represent it.
 * @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyObjectiveUiStyle}
 */
export declare const DestinyObjectiveUiStyle: {
    readonly None: 0;
    readonly Highlighted: 1;
    readonly CraftingWeaponLevel: 2;
    readonly CraftingWeaponLevelProgress: 3;
    readonly CraftingWeaponTimestamp: 4;
    readonly CraftingMementos: 5;
    readonly CraftingMementoTitle: 6;
};
