import type { ApiExtension, ApiModule } from "@voyant-travel/hono/module"; export declare const createCatalogSearchVoyantRuntime: import("@voyant-travel/core/project").VoyantGraphRuntimeFactory; export declare const createCatalogBookingVoyantRuntime: import("@voyant-travel/core/project").VoyantGraphRuntimeFactory; export declare const createCatalogOffersVoyantRuntime: import("@voyant-travel/core/project").VoyantGraphRuntimeFactory; export type { CatalogSearchRuntimeOptions } from "./api-runtime-ports.js"; export { catalogBookingRuntimePort, catalogOffersRuntimePort, catalogSearchRuntimePort, } from "./api-runtime-ports.js"; export { catalogContentRuntimePort } from "./content-runtime-port.js";