import { Router } from 'express'; import type { ServerBundle } from '../index.js'; export declare function createRelationshipRoutes(bundle: ServerBundle): Router; //# sourceMappingURL=relationships.d.ts.map