import { Base } from './Base.js'; import { AliasDownload } from '../../../types/aliases.js'; export declare class Alias extends Base { get userId(): string; get alias(): string; get name(): string; get context(): "levelhead" | "rumpus" | "levelhead-safe"; get avatarId(): string; /** Generate an image URL for the avatar associated with this Alias. */ createAvatarUrl(pixels?: number): string; } //# sourceMappingURL=Alias.d.ts.map