export declare enum Failure {
    Warning = "warning",
    Error = "error",
    MissingContent = "missingContent"
}
