export declare namespace FeedMapping { enum Status { ENABLED = "ENABLED", REMOVED = "REMOVED", UNKNOWN = "UNKNOWN" } }