import { BaseEntity } from 'typeorm'; export declare const JoinColumnField: (fromTable: typeof BaseEntity, toTable: typeof BaseEntity, joinPropertyName: string) => (_dto: any, propertyName: any) => void;