import * as $dara from '@darabonba/typescript'; export declare class GetHotwordLibraryRequest extends $dara.Model { /** * @remarks * The ID of the hotword library. * * This parameter is required. * * @example * ****96e8864746a0b6f3**** */ hotwordLibraryId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }