/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyRecordValueStyle} */
export declare const DestinyRecordValueStyle: {
    readonly Integer: 0;
    readonly Percentage: 1;
    readonly Milliseconds: 2;
    readonly Boolean: 3;
    readonly Decimal: 4;
};
