import { Incident } from "incident"; export declare namespace AbuseBehavior { type Name = "AbuseBehavior"; const name: Name; interface Data { } type Cause = undefined; } export declare type AbuseBehavior = Incident; export declare namespace AbuseBehavior { type Type = AbuseBehavior; function format(): string; function create(username?: string): AbuseBehavior; }