import type { VoyantGraphRuntimeFactoryContext } from "@voyant-travel/core/project"; export { type EventOutboxJobRuntime, eventOutboxJobRuntimePort } from "./outbox-job-runtime-port.js"; /** Drain durable outbox/write-intent state without accepting invocation input. */ export declare function runEventOutboxDrainJob(context: VoyantGraphRuntimeFactoryContext): Promise;