import { DeepPartial, Relationship } from '../../internal-types'; export declare const createRelationship: (value?: DeepPartial) => Relationship;