export type AvatarDefaultStatuses = (typeof AVATAR_DEFAULT_STATUS)[keyof typeof AVATAR_DEFAULT_STATUS]; export declare const AVATAR_DEFAULT_STATUS: { readonly AVAILABLE: "Available"; readonly DO_NOT_DISTURB: "DoNotDisturb"; readonly DISABLED: "Disabled"; readonly AWAY: "Away"; };