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