import type { SendDataFuture } from "../../../types/module.js"; import type { SendDataExecutionState } from "../../execution/types/execution-state.js"; import type { ReconciliationContext, ReconciliationFutureResult } from "../types.js"; export declare function reconcileSendData(future: SendDataFuture, executionState: SendDataExecutionState, context: ReconciliationContext): ReconciliationFutureResult; //# sourceMappingURL=reconcileSendData.d.ts.map