export declare abstract class ServerTool { abstract toServerToolConfig(config?: TConfig): unknown; } //# sourceMappingURL=server-tool.d.ts.map