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