import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { IngestionSourceStatus } from "./IngestionSourceStatus.js"; export declare const IngestionV2IngestResultItem: core.serialization.ObjectSchema; export declare namespace IngestionV2IngestResultItem { interface Raw { error?: string | null; error_code?: string | null; filename?: string | null; id?: string | null; infer?: boolean | null; relations_created?: number | null; relations_error?: string | null; status?: IngestionSourceStatus.Raw | null; title?: string | null; } }