import { Options } from "./types.js"; import { PackedBit } from "@polymath-ai/types"; export declare abstract class Ingester { protected options: Options; constructor(options: Options); static load(path: string): Promise; getStringsFromSource(_source: string): AsyncGenerator; generateChunks(source: string): AsyncGenerator; } //# sourceMappingURL=ingester.d.ts.map