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 HandlerConfigureResponseMeta: core.serialization.ObjectSchema; export declare namespace HandlerConfigureResponseMeta { interface Raw { deprecation?: HandlerDeprecationNotice.Raw[] | null; } }