export declare enum ErrorOwnership {
    User = "user",
    Infrastructure = "infrastructure",
    Solo = "solo"
}
