import { ManyOf, RelationAttributes } from './Relation'; export declare function manyOf(to: ModelName, attributes?: Partial): ManyOf;