import { Relationship } from "../models/relationship.model"; /** * Get the primary key column based on the relationship object * @param relationship The relationship object * @returns The primary key column name */ export declare function getPrimaryKeyColumnFromRelationship(relationship: Relationship): string;