import * as $dara from '@darabonba/typescript'; export declare class UpdateHotwordLibraryResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * *3B-0E1A-586A-AC29-742247* */ requestId?: string; /** * @remarks * The ID of the hotword library. * * @example * ****96e8864746a0b6f3**** */ success?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }