/** The status of the pause. */
export declare const AdminStreakPauseStatus: {
    readonly Active: "active";
    readonly Archived: "archived";
};
export type AdminStreakPauseStatus = (typeof AdminStreakPauseStatus)[keyof typeof AdminStreakPauseStatus];
