export declare type FeatureErrorReason = 'MISSING_FEATURE' | 'UNKNOWN';
