import type { ApiRouteEntry, RouteCategory } from '../../../lib/services/api-routes.service'; interface ApiExplorerProps { routes: Record; initialEndpoint?: { method: string; path: string; } | null; } export declare function ApiExplorer({ routes, initialEndpoint }: ApiExplorerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ApiExplorer.d.ts.map