import * as $dara from '@darabonba/typescript'; export declare class CreateIpcOrderRequest extends $dara.Model { /** * @example * understand */ capability?: string; /** * @example * d123 */ deviceId?: string; /** * @example * month */ period?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }