import { Property } from '../../../../domain'; export declare const generateConstraintForeignKey: ({ index, tableName, columnName, property, }: { index: number; tableName: string; columnName: string; property: Property; }) => { index: string; constraint: string; };