import { RelationshipMetadata } from "@medusajs/types";
/**
 * Returns the foreign key name for a relationship
 */
export declare function getForeignKey(relationship: RelationshipMetadata): any;
//# sourceMappingURL=relationship-helpers.d.ts.map