import * as $dara from '@darabonba/typescript'; export declare class ListRecognitionLibsResponseBodyLibsLib extends $dara.Model { libDescription?: string; libId?: string; libName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ListRecognitionLibsResponseBodyLibs extends $dara.Model { lib?: ListRecognitionLibsResponseBodyLibsLib[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ListRecognitionLibsResponseBody extends $dara.Model { libs?: ListRecognitionLibsResponseBodyLibs; /** * @remarks * The page number. * * @example * 1 */ pageNumber?: number; /** * @remarks * The number of entries per page. * * @example * 10 */ pageSize?: number; /** * @remarks * The ID of the request. * * @example * ******11-DB8D-4A9A-875B-275798****** */ requestId?: string; /** * @remarks * The total number of entries returned. * * @example * 180 */ totalCount?: number; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }