import * as $dara from '@darabonba/typescript'; export declare class DescribeSystemParametersResponseBodySystemParamsSystemParamItem extends $dara.Model { demoValue?: string; description?: string; paramName?: string; paramType?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeSystemParametersResponseBodySystemParams extends $dara.Model { systemParamItem?: DescribeSystemParametersResponseBodySystemParamsSystemParamItem[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeSystemParametersResponseBody extends $dara.Model { /** * @remarks * The ID of the request. * * @example * 0CCDF65E-6050-412D-AD68-FA3D9196836C */ requestId?: string; systemParams?: DescribeSystemParametersResponseBodySystemParams; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }