export declare function refineReasonByEnhancedStatus(reason: string | undefined, enhancedStatus: string | null | undefined): string;
