import * as $dara from '@darabonba/typescript'; export declare class GetAvatarRequest extends $dara.Model { /** * @remarks * * The ID of the digital human. * * This parameter is required. * * @example * Avatar-XXXX */ avatarId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }