import * as $dara from '@darabonba/typescript'; export declare class SetAIAgentVoiceprintResponseBody extends $dara.Model { /** * @remarks * The request ID. * * @example * 550e8400********55440000 */ requestId?: string; /** * @remarks * The ID of the registered voiceprint. * * @example * vp_1699123456_8527 */ voiceprintId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }