/** @see {@link https://bungie-net.github.io/#/components/schemas/Destiny.DestinyPresentationNodeType} */
export declare const DestinyPresentationNodeType: {
    readonly Default: 0;
    readonly Category: 1;
    readonly Collectibles: 2;
    readonly Records: 3;
    readonly Metric: 4;
    readonly Craftable: 5;
};
