import { Model } from '..';
import { ModelRelation } from './types';
export declare const createRelation: (models: Model[]) => ModelRelation[];
