import { UserError } from "./userError"; export declare class DuplicateUsernameError extends UserError { constructor(username: string); }