import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; export declare const FetchV2SourceFetchResponse: core.serialization.ObjectSchema; export declare namespace FetchV2SourceFetchResponse { interface Raw { content?: string | null; content_base64?: string | null; content_type?: string | null; error?: string | null; id?: string | null; inferred_content?: string | null; message?: string | null; presigned_url?: string | null; size_bytes?: number | null; success?: boolean | null; } }