export declare enum Subjects { CertificationCreated = "certification:created", CertificationUpdated = "certification:updated", CertificationRemoved = "certification:removed", ClientBudgetAllocationCreated = "client-budget-allocation:created", ClientBudgetAllocationUpdated = "client-budget-allocation:updated", ClientBudgetAllocationRemoved = "client-budget-allocation:removed", CompanyCreated = "company:created", CompanyUpdated = "company:updated", CompanyStrategyComponentCreated = "company-strategy-component:created", CompanyStrategyComponentUpdated = "company-strategy-component:updated", CompanyStrategyComponentRemoved = "company-strategy-component:removed", CreditBalanceCreated = "credit-balance:created", CreditBalanceUpdated = "credit-balance:updated", CreditBalanceRemoved = "credit-balance:removed", CreditBalanceHistoryCreated = "credit-balance-history:created", CreditBalanceHistoryUpdated = "credit-balance-history:updated", CreditBalanceHistoryRemoved = "credit-balance-history:removed", EstablishmentCreated = "establishment:created", EstablishmentUpdated = "establishment:updated", EstablishmentRemoved = "establishment:removed", EstablishmentInventoryCreated = "establishment-inventory:created", EstablishmentInventoryUpdated = "establishment-inventory:updated", EstablishmentInventoryRemoved = "establishment-inventory:removed", ProductCreated = "product:created", ProductUpdated = "product:updated", ProductRemoved = "product:removed", PictureCreated = "picture:created", PictureUpdated = "picture:updated", PictureRemoved = "picture:removed", ShelfLayoutCreated = "shelf-layout:created", ShelfLayoutUpdated = "shelf-layout:updated", ShelfLayoutRemoved = "shelf-layout:removed", SurveyCreated = "survey:created", SurveyUpdated = "survey:updated", SurveyRemoved = "survey:removed", UserCreated = "user:created", UserUpdated = "user:updated", UserRemoved = "user:removed", SLACreated = "sla:created", SLAUpdated = "sla:updated", SLARemoved = "sla:removed", ChecklistCreated = "checklist:created", ChecklistUpdated = "checklist:updated", ChecklistRemoved = "checklist:removed", OnDemandJobCreated = "on-demand-job:created", OnDemandJobUpdated = "on-demand-job:updated", OnDemandJobRemoved = "on-demand-job:removed", JobTemplateCreated = "job-template:created", JobTemplateUpdated = "job-template:updated", JobTemplateRemoved = "job-template:removed", MissionToGenerateCreated = "mission-to-generate:created", MissionCreated = "mission:created", WorkerCreated = "worker:created", WorkerUpdated = "worker:updated", WorkerRemoved = "worker:removed", AddressCreated = "address:created", AddressUpdated = "address:updated", AddressRemoved = "address:removed", OutsideAddressCreated = "outside-address:created", OutsideAddressUpdated = "outside-address:updated", OutsideAddressRemoved = "outside-address:removed", OutsideWorkerCreated = "outside-worker:created", OutsideWorkerUpdated = "outside-worker:updated", OutsideWorkerRemoved = "outside-worker:removed", OutsideCityGroupCreated = "outside-city-group:created", OutsideCityGroupUpdated = "outside-city-group:updated", OutsideCityGroupRemoved = "outside-city-group:removed", OutsideCityGroupWorkerCreated = "outside-city-group-worker:created", OutsideCityGroupWorkerUpdated = "outside-city-group-worker:updated", OutsideCityGroupWorkerRemoved = "outside-city-group-worker:removed", OutsideCityGroupInviteCreated = "outside-city-group-invite:created", OutsideCityGroupInviteUpdated = "outside-city-group-invite:updated", OutsideCityGroupInviteRemoved = "outside-city-group-invite:removed", CityGroupCreated = "city-group:created", CityGroupUpdated = "city-group:updated", CityGroupRemoved = "city-group:removed", CityGroupWorkerCreated = "city-group-worker:created", CityGroupWorkerUpdated = "city-group-worker:updated", CityGroupWorkerRemoved = "city-group-worker:removed", CityGroupInviteCreated = "city-group-invite:created", CityGroupInviteUpdated = "city-group-invite:updated", CityGroupInviteRemoved = "city-group-invite:removed", InsideCityGroupInviteCreated = "inside-city-group-invite:created", InsideCityGroupUpdated = "inside-city-group:updated" }