export declare enum EnumActorResolvedStatus { RESOLVED = "RESOLVED", EMPTY = "EMPTY", FALLBACK = "FALLBACK", ERROR = "ERROR" }