import type { VoyantGraphRuntimeFactoryContext } from "@voyant-travel/core/project"; /** Reconcile due price/reserve operations against the exact selected backend. */ export declare function runTripActionJob(context: VoyantGraphRuntimeFactoryContext): Promise;