import * as $dara from '@darabonba/typescript'; export declare class CreateAgentRuntimeVersionInput extends $dara.Model { /** * @remarks * A description of the agent runtime version. * * @example * Version 1.0.0 release with new features */ description?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }