import type { SendDataFuture } from "../../../types/module.js"; import type { SendDataExecutionState } from "../../execution/types/execution-state.js"; import type { ReconciliationContext, ReconciliationFutureResultFailure } from "../types.js"; export declare function reconcileData(future: SendDataFuture, exState: SendDataExecutionState, context: ReconciliationContext): ReconciliationFutureResultFailure | undefined; //# sourceMappingURL=reconcile-data.d.ts.map