import type { RelationshipsRouteRuntimeOptions } from "./route-runtime.js"; export interface RelationshipsMiceRuntime { personExists(db: unknown, personId: string): Promise; } /** Deployment contract consumed by the package-owned Relationships graph runtime. */ export declare const relationshipsRouteRuntimePort: import("@voyant-travel/core/project").VoyantPort; /** Narrow Relationships behavior consumed by MICE without deployment wiring. */ export declare const relationshipsMiceRuntimePort: import("@voyant-travel/core/project").VoyantPort;