import PixelfedEntity from './entity';
declare namespace PixelfedNotificationType {
    const Mention: PixelfedEntity.NotificationType;
    const Reblog: PixelfedEntity.NotificationType;
    const Favourite: PixelfedEntity.NotificationType;
    const Follow: PixelfedEntity.NotificationType;
    const FollowRequest: PixelfedEntity.NotificationType;
}
export default PixelfedNotificationType;
