export declare enum ErrorKind { SectionNotFound = "SectionMessing", FieldMissing = "FieldMissing", IncorrectType = "IncorrectType", ParseError = "ParseError", DuplicateKey = "DuplicateKey", NoInstallInDemand = "NoInstallInDemand", HostOnly = "HostOnly", MissingHash = "MissingHashValue", InvalidDefinition = "InvalidDefinition", InvalidChild = "InvalidChild", InvalidExpression = "InvalidExpression", InfoBlockPresent = "InfoBlockPresent" } //# sourceMappingURL=error-kind.d.ts.map