import * as $dara from '@darabonba/typescript'; export declare class DescribeInstancePacketsResponseBodyInstancePacketsMonitorItem extends $dara.Model { item?: string; itemTime?: string; itemValue?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeInstancePacketsResponseBodyInstancePackets extends $dara.Model { monitorItem?: DescribeInstancePacketsResponseBodyInstancePacketsMonitorItem[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeInstancePacketsResponseBody extends $dara.Model { instancePackets?: DescribeInstancePacketsResponseBodyInstancePackets; /** * @remarks * The ID of the request. * * @example * CEF72CEB-54B6-4AE8-B225-F876FF7BZ004 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }