export declare const USER_ACTIVITY_TYPE_ID: { readonly IssueCreated: 1; readonly IssueUpdated: 2; readonly IssueCommented: 3; readonly IssueDeleted: 4; readonly WikiCreated: 5; readonly WikiUpdated: 6; readonly WikiDeleted: 7; readonly FileAdded: 8; readonly FileUpdated: 9; readonly FileDeleted: 10; readonly SVNCommitted: 11; readonly GitPushed: 12; readonly GitRepositoryCreated: 13; readonly IssueMultiUpdated: 14; readonly ProjectUserAdded: 15; readonly ProjectUserDeleted: 16; readonly CommentNotificationAdded: 17; }; export type UserActivityTypeId = (typeof USER_ACTIVITY_TYPE_ID)[keyof typeof USER_ACTIVITY_TYPE_ID];