import { Collection, ComponentSchema, Config, Singleton } from "../index.js"; import { BaseReader } from "./generic.js"; export type { Entry, EntryWithResolvedLinkedFiles } from "./generic.js"; export type Reader, string>; }, Singletons extends { [key: string]: Singleton>; }> = BaseReader & { repoPath: string; }; export declare function createReader, string>; }, Singletons extends { [key: string]: Singleton>; }>(repoPath: string, config: Config): Reader;