/** Topic-to-Section Mapper */ /** * Get the section paths for a topic. * Returns null for MCP-only topics (should use hardcoded fallback). * Returns undefined for unknown topics. */ export declare function getTopicSections(topic: string): string[] | null | undefined; /** Check if a topic is MCP-specific (no website equivalent). */ export declare function isMcpOnlyTopic(topic: string): boolean; //# sourceMappingURL=topic-mapper.d.ts.map