import * as $dara from '@darabonba/typescript'; export declare class DescribeExternalAgentResponseBody extends $dara.Model { /** * @remarks * The agent configuration in YAML format. * * @example * apiVersion: v1**** */ config?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }