/** @see {@link https://bungie-net.github.io/#/components/schemas/GroupsV2.GroupSortBy} */
export declare const GroupSortBy: {
    readonly Name: 0;
    readonly Date: 1;
    readonly Popularity: 2;
    readonly Id: 3;
};
