import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { HandlerConfigureResponseMeta } from "./HandlerConfigureResponseMeta.js"; export declare const HandlerConfigureResponse: core.serialization.ObjectSchema; export declare namespace HandlerConfigureResponse { interface Raw { backfill?: boolean | null; configured?: number | null; connector_id?: string | null; first_sync_at?: string | null; message?: string | null; meta?: HandlerConfigureResponseMeta.Raw | null; warnings?: string[] | null; } }