import type { PayloadRequest, RelationshipField } from 'payload'; import type { RelationshipValue } from './index.js'; export declare const generateLabelFromValue: ({ field, locale, parentIsLocalized, req, value, }: { field: RelationshipField; locale: string; parentIsLocalized: boolean; req: PayloadRequest; value: RelationshipValue; }) => Promise; //# sourceMappingURL=generateLabelFromValue.d.ts.map