import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { HandlerDeprecationNotice } from "./HandlerDeprecationNotice.js"; export declare const HandlerResponseMeta: core.serialization.ObjectSchema; export declare namespace HandlerResponseMeta { interface Raw { api_version?: string | null; collection?: string | null; database?: string | null; deprecation?: HandlerDeprecationNotice.Raw[] | null; latency_ms?: number | null; request_id?: string | null; source_type?: string | null; sub_tenant_id?: string | null; tenant_id?: string | null; } }