import { type VoyantGraphRuntimeFactoryContext } from "@voyant-travel/core/project"; import type { ExternalCruiseCatalogRefreshResult } from "./service-external-refresh.js"; export interface CruisesExternalRefreshJobRuntime { run(): Promise; } export declare const cruisesExternalRefreshJobRuntimePort: import("@voyant-travel/core/project").VoyantPort; /** Refresh the selected deployment's external cruise projections. */ export declare function runCruisesExternalCatalogRefreshJob(context: VoyantGraphRuntimeFactoryContext): Promise;