export declare const DetectorCfnFeatureConfigurationStatus: {
    readonly Enabled: "ENABLED";
    readonly Disabled: "DISABLED";
};
/**
 * Status of the feature configuration.
 */
export type DetectorCfnFeatureConfigurationStatus = (typeof DetectorCfnFeatureConfigurationStatus)[keyof typeof DetectorCfnFeatureConfigurationStatus];
