import * as $dara from '@darabonba/typescript'; export declare class GetIpcDeviceInfoRequest extends $dara.Model { /** * @example * understand */ capability?: string; /** * @example * d123 */ deviceId?: string; /** * @example * 2017-02-11T12:00:00Z */ endTime?: string; /** * @example * 1 */ pageNo?: number; /** * @example * 10 */ pageSize?: number; /** * @example * 2017-01-11T12:00:00Z */ startTime?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }