import { ResourceModel } from '../ResourceModel'; import { Type } from '@angular/core'; export declare function ForeignKey(params: { target: Type>; keyField: string; resourceGetAction?: string; }): (target: ResourceModel, propertyKey: string) => void;