import type { RawKnowledgeSourceDocument } from './fetcher.js'; interface DocChunk { title: string; content: string; path: string; headingPath?: string; codeBlocks?: string; } export declare function fetchFromGitHub(repo: string, docsPath: string | string[], tmpDir: string): Promise; export declare function fetchRawFromGitHub(repo: string, docsPath: string | string[], tmpDir: string): Promise; export {}; //# sourceMappingURL=git-fetcher.d.ts.map