/** @see {@link https://bungie-net.github.io/#/components/schemas/Forum.ForumTopicsQuickDateEnum} */
export declare const ForumTopicsQuickDateEnum: {
    readonly All: 0;
    readonly LastYear: 1;
    readonly LastMonth: 2;
    readonly LastWeek: 3;
    readonly LastDay: 4;
};
