import { ObjectType, RelationOptions } from "../../"; export declare function OneToMany(typeFunction: (type?: any) => ObjectType, inverseSide: string | ((object: T) => any), options?: RelationOptions): Function;