import { FrontendRelationship } from "../types/template-data.interface"; /** JSON:API wire key for a relationship. Schema dtoKey wins; otherwise derive * identically to the backend mapper so both sides of the wire agree. */ export declare function resolveRelationshipKey(rel: FrontendRelationship): string; //# sourceMappingURL=relationship-key.d.ts.map