import * as $dara from '@darabonba/typescript'; export declare class DeleteHotwordLibraryRequest extends $dara.Model { /** * @remarks * The ID of the hotword library that you want to delete. * * @example * ****cdb3e74639973036bc84**** */ hotwordLibraryId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }