import type { CatalogBookingSnapshotRuntime } from "@voyant-travel/catalog/booking-snapshot-subscriber"; import type { CatalogProjectionRuntime } from "@voyant-travel/catalog/projection-runtime"; import type { CatalogRuntimeServices } from "../runtime-contracts.js"; export declare function createOperatorCatalogProjectionRuntime(bindings: unknown, services: CatalogRuntimeServices): CatalogProjectionRuntime; export declare function createOperatorCatalogBookingSnapshotRuntime(bindings: unknown): CatalogBookingSnapshotRuntime;