importtype { RelationshipField } from'payload/types';
/**
* Wrapper around the default `RelationshipField` that ensures "related" documents are published before the primary document
*/exportdeclareconstSafeRelationship: (props: Omit<RelationshipField, 'type'>) =>RelationshipField;