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 WebhooksDeliveryItem: core.serialization.ObjectSchema; export declare namespace WebhooksDeliveryItem { interface Raw { attempts?: number | null; created_at?: string | null; delivery_id?: string | null; doc_id?: string | null; error_code?: string | null; error_message?: string | null; event_type?: string | null; indexing_status?: string | null; status?: string | null; updated_at?: string | null; webhook_url?: string | null; } }