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