import * as $dara from '@darabonba/typescript'; export declare class DeleteHotwordLibraryResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * ****83B7-7F87-4792-BFE9-63CD2137**** */ requestId?: string; /** * @remarks * Indicates whether the request was successful. */ success?: boolean; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }