export declare class GlideAvatarFinder { static getAvatarID(userId: string): string; static getAvatarPath(userId: string): string; }