import type { ModelRelationDescriptor } from '../../types'; export declare function pushRelation(target: any, key: string, desc: ModelRelationDescriptor): void;