/** @see {@link https://bungie-net.github.io/#/components/schemas/Forum.CommunityContentSortMode} */
export declare const CommunityContentSortMode: {
    readonly Trending: 0;
    readonly Latest: 1;
    readonly HighestRated: 2;
};
