import * as $dara from '@darabonba/typescript'; export declare class ActivateTemplateMCPRequest extends $dara.Model { /** * @remarks * A list of tools to enable. */ enabledTools?: string[]; /** * @remarks * The transport protocol. * * @example * streamable-http */ transport?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }