import { APIResource } from "../../../../../resource.js"; import * as PortalsAPI from "./portals.js"; import { PortalCreateParams, PortalCreateResponse, PortalDeleteParams, PortalDeleteResponse, PortalListParams, PortalListResponse, PortalListResponsesV4PagePaginationArray, PortalReadParams, PortalReadResponse, PortalUpdateParams, PortalUpdateResponse, Portals } from "./portals.js"; import * as ServersAPI from "./servers.js"; import { ServerCreateParams, ServerCreateResponse, ServerDeleteParams, ServerDeleteResponse, ServerListParams, ServerListResponse, ServerListResponsesV4PagePaginationArray, ServerReadParams, ServerReadResponse, ServerSyncParams, ServerSyncResponse, ServerUpdateParams, ServerUpdateResponse, Servers } from "./servers.js"; export declare class Mcp extends APIResource { portals: PortalsAPI.Portals; servers: ServersAPI.Servers; } export declare namespace Mcp { export { Portals as Portals, type PortalCreateResponse as PortalCreateResponse, type PortalUpdateResponse as PortalUpdateResponse, type PortalListResponse as PortalListResponse, type PortalDeleteResponse as PortalDeleteResponse, type PortalReadResponse as PortalReadResponse, PortalListResponsesV4PagePaginationArray as PortalListResponsesV4PagePaginationArray, type PortalCreateParams as PortalCreateParams, type PortalUpdateParams as PortalUpdateParams, type PortalListParams as PortalListParams, type PortalDeleteParams as PortalDeleteParams, type PortalReadParams as PortalReadParams, }; export { Servers as Servers, type ServerCreateResponse as ServerCreateResponse, type ServerUpdateResponse as ServerUpdateResponse, type ServerListResponse as ServerListResponse, type ServerDeleteResponse as ServerDeleteResponse, type ServerReadResponse as ServerReadResponse, type ServerSyncResponse as ServerSyncResponse, ServerListResponsesV4PagePaginationArray as ServerListResponsesV4PagePaginationArray, type ServerCreateParams as ServerCreateParams, type ServerUpdateParams as ServerUpdateParams, type ServerListParams as ServerListParams, type ServerDeleteParams as ServerDeleteParams, type ServerReadParams as ServerReadParams, type ServerSyncParams as ServerSyncParams, }; } //# sourceMappingURL=mcp.d.ts.map