import type { ContentType, TextLang } from "../../types.js";
export declare function ingestText(entityId: string, text: string, investigation: string, textType?: ContentType, lang?: TextLang, publishedAt?: string, notes?: string): Promise<string>;
//# sourceMappingURL=text.d.ts.map