import { TypeThunk } from '../orm.type.js';
export declare function ForeignKey(type: TypeThunk, targetKey?: string): PropertyDecorator;
