export declare const AUTH_SEGMENT = "_auth"; export declare const CATALOG_ENTITY_KEY = "entityKey"; export declare const CATALOG_ENTITY_ID = "entityId"; export declare const CATALOG_ENTITY_RELATION_ID = "entityRelationId"; export declare const ServerRoutes: { readonly CORS_PROXY: '/_api/cors'; readonly INFO: '/_info'; readonly EJECT_COMPONENT: '/eject-component/:componentName'; readonly SHARED_PAGE_DATA: '/page-data/shared/*'; readonly PAGE_DATA: '/page-data/*'; readonly APP_DATA: '/app-data.json'; readonly AUTHORIZATION: '/authorize'; readonly OIDC_CALLBACK: "/_auth/oidc"; readonly SAML_CALLBACK: "/_auth/saml2"; readonly REDOCLY_CALLBACK: "/_auth/redocly"; readonly REPLAY_OAUTH2_CALLBACK: "/_auth/replay-oauth2"; readonly REDOCLY_LOGIN_CALLBACK: "/_auth/redocly/redocly-login"; readonly REDOCLY_TOKEN_LOGIN: "/_auth/redocly-token-login"; readonly SEARCH: '/_search'; readonly SEARCH_FACETS: '/_search-facets'; readonly SEMANTIC_SEARCH: '/_semantic-search'; readonly LOGOUT: '/logout'; readonly POST_LOGOUT: '/post-logout'; readonly LOGIN: '/login'; readonly IDP_LOGIN: "/_auth/idp-login"; readonly INVITE: '/invite/:code'; readonly RESOLVE_ROUTE_BY_PATH: '/resolve-route-by-path'; readonly RESOLVE_ROUTES_BY_PATHS: '/resolve-routes-by-paths'; readonly RESOLVE_ROUTE_BY_SLUG: '/resolve-route-by-slug'; readonly GET_ROUTES_BY_LINE: '/get-routes-by-line'; readonly FEEDBACK: '/feedback'; readonly TELEMETRY: '/_events'; readonly OTEL_TRACES: '/_otel/v1/traces'; readonly HEALTH: '/_health'; readonly ASK_AI: '/_ask-ai'; readonly CATALOG_ENTITIES: "/catalog-entities/:entityId?"; readonly CATALOG_ENTITIES_RELATIONS: "/catalog-entities-relations/:entityRelationId?"; readonly BFF_CATALOG_ENTITIES: "/bff/catalog-entities/:entityKey?"; readonly BFF_CATALOG_RELATED_ENTITIES: "/bff/catalog-related-entities/:entityKey"; readonly BFF_CATALOG_REVISIONS: '/bff/catalog-revisions'; readonly MCP_OAUTH_AUTHORIZATION_SERVER: '/.well-known/oauth-authorization-server'; readonly MCP_OAUTH_PROTECTED_RESOURCE: '/.well-known/oauth-protected-resource'; readonly MCP_DYNAMIC_CLIENT_REGISTRATION: '/_mcp/register'; readonly MCP_AUTHORIZATION: '/_mcp/oauth2/auth'; readonly MCP_TOKEN_PORTAL: '/_mcp/oauth2/token-portal'; readonly MCP_CALLBACK: '/_mcp/oauth/callback'; readonly SCORECARDS: '/scorecards'; }; //# sourceMappingURL=api.d.ts.map