import * as $dara from '@darabonba/typescript'; export declare class ClearAIAgentVoiceprintRequest extends $dara.Model { /** * @remarks * The registration mode. The default is `Explicit`. * * @example * Explicit */ registrationMode?: string; /** * @remarks * The unique identifier of the voiceprint to clear. * * @example * vp_1699123456_8527 */ voiceprintId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }