import type * as HydraDB from "../../../../../api/index.js"; import * as core from "../../../../../core/index.js"; import type * as serializers from "../../../../index.js"; import { HandlerResourceMapping } from "../../../../types/HandlerResourceMapping.js"; import { HandlerTableConfigEntry } from "../../../../types/HandlerTableConfigEntry.js"; export declare const HandlerConfigureReq: core.serialization.Schema>; export declare namespace HandlerConfigureReq { interface Raw { backfill_chunk_interval_seconds?: number | null; lookback_days?: number | null; resources: HandlerResourceMapping.Raw[]; table_configs?: HandlerTableConfigEntry.Raw[] | null; } }