import type * as HydraDB from "../../api/index.js"; import * as core from "../../core/index.js"; import type * as serializers from "../index.js"; import { SearchTemporalFact } from "./SearchTemporalFact.js"; export declare const SearchTemporalDuration: core.serialization.ObjectSchema; export declare namespace SearchTemporalDuration { interface Raw { approximate?: boolean | null; days?: number | null; from?: SearchTemporalFact.Raw | null; from_date?: string | null; pairing_confidence?: number | null; to?: SearchTemporalFact.Raw | null; to_date?: string | null; } }