import type { JsonValue } from "../../foundation/schema-core"; import { type AggregateNonRestorativeStateCandidate } from "./types"; export declare function buildAggregateReservationStateSourcePayload(stateCandidate: AggregateNonRestorativeStateCandidate): JsonValue;