/** * Human-readable labels for checklist enum statuses. */ export declare const STATUS_LABELS: Record; export declare function humanStatus(status: string): string; export declare const REVERSE_STATUS_LABELS: Record; /** * Convert a human-readable status label back to its enum key. * Returns null if the label is not recognized. */ export declare function reverseHumanStatus(label: string): string | null; //# sourceMappingURL=status-labels.d.ts.map