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