export declare enum AssetStatus { UNKNOWN = "UNKNOWN", ENABLED = "ENABLED", REMOVED = "REMOVED" }