import { APIResource } from "../../../../../core/resource.mjs"; import * as PortalsAPI from "./portals.mjs"; import { BasePortals, PortalCreateParams, PortalCreateResponse, PortalDeleteParams, PortalDeleteResponse, PortalListParams, PortalListResponse, PortalListResponsesV4PagePaginationArray, PortalReadParams, PortalReadResponse, PortalUpdateParams, PortalUpdateResponse, Portals } from "./portals.mjs"; import * as ServersAPI from "./servers.mjs"; import { BaseServers, ServerCreateParams, ServerCreateResponse, ServerDeleteParams, ServerDeleteResponse, ServerListParams, ServerListResponse, ServerListResponsesV4PagePaginationArray, ServerReadParams, ServerReadResponse, ServerSyncParams, ServerSyncResponse, ServerUpdateParams, ServerUpdateResponse, Servers } from "./servers.mjs"; export declare class BaseMcp extends APIResource { static readonly _key: readonly ['zeroTrust', 'access', 'aiControls', 'mcp']; } export declare class Mcp extends BaseMcp { portals: PortalsAPI.Portals; servers: ServersAPI.Servers; } export declare namespace Mcp { export { Portals as Portals, BasePortals as BasePortals, type PortalCreateResponse as PortalCreateResponse, type PortalUpdateResponse as PortalUpdateResponse, type PortalListResponse as PortalListResponse, type PortalDeleteResponse as PortalDeleteResponse, type PortalReadResponse as PortalReadResponse, type 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, BaseServers as BaseServers, type ServerCreateResponse as ServerCreateResponse, type ServerUpdateResponse as ServerUpdateResponse, type ServerListResponse as ServerListResponse, type ServerDeleteResponse as ServerDeleteResponse, type ServerReadResponse as ServerReadResponse, type ServerSyncResponse as ServerSyncResponse, type 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.mts.map