import type { Store } from '../../../store'; import type { Handler } from 'hono'; export declare function catalogRelationsHandler(store: Store): Handler; //# sourceMappingURL=catalog-relations.d.ts.map