import * as i from '../interfaces'; export declare function enumStringToValue(enumRef: any, value: string): E; export declare class Access implements i.AccessInterface { scope: string[]; public: boolean; static fromProto(proto: any): Access; constructor(kwargs?: i.AccessInterface); toApiJson(): object; } export declare class MCPOptions implements i.MCPOptionsInterface { serverId: string[]; static fromProto(proto: any): MCPOptions; constructor(kwargs?: i.MCPOptionsInterface); toApiJson(): object; }