import { TruPropertyConfigBase } from '../base-classes/tru-property-config-base'; import { ITruAncestor } from '../interfaces/tru-ancestor'; export declare class TruPropertyConfigForeignKey extends TruPropertyConfigBase { constructor(); table: string | undefined; foreignTableName: string | undefined; choicesQuery: string | undefined; dependsOn: Array; }