import type { RawKnowledgeSourceDocument } from './fetcher.js'; interface Context7Chunk { title: string; content: string; sourceUrl: string; headingPath?: string; codeBlocks?: string; } export declare function groupContext7Text(text: string, fallbackHeading: string, maxChars?: number): Omit[]; export declare function fetchFromContext7(context7Id: string, pluginName: string): Promise; export declare function fetchRawFromContext7(context7Id: string, pluginName: string): Promise; export {}; //# sourceMappingURL=context7-fetcher.d.ts.map