/** @see {@link https://bungie-net.github.io/#/components/schemas/Forum.ForumRecruitmentIntensityLabel} */
export declare const ForumRecruitmentIntensityLabel: {
    readonly None: 0;
    readonly Casual: 1;
    readonly Professional: 2;
};
