import { type Result } from "../_utils/result.js"; declare const ingest: (agent?: string) => Promise>; export { ingest };