import * as $dara from '@darabonba/typescript'; export declare class PublishRuntimeVersionInput extends $dara.Model { /** * @remarks * Description of this version */ description?: string; /** * @remarks * Identity of the user or system that publishes this version * * @example * user123 */ publisher?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }