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