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