import FriendicaEntity from './entity';
declare namespace FriendicaNotificationType {
    const Mention: FriendicaEntity.NotificationType;
    const Reblog: FriendicaEntity.NotificationType;
    const Favourite: FriendicaEntity.NotificationType;
    const Follow: FriendicaEntity.NotificationType;
    const Poll: FriendicaEntity.NotificationType;
    const FollowRequest: FriendicaEntity.NotificationType;
    const Status: FriendicaEntity.NotificationType;
    const Update: FriendicaEntity.NotificationType;
}
export default FriendicaNotificationType;
