/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * The status of the achievement.
 */
export declare type MetricStatus = "archived" | "active";
export declare const MetricStatus: {
    readonly Archived: "archived";
    readonly Active: "active";
};
