import type { Field } from '../../../lib/types/application/field.js'; import type { Relationship } from '../../../lib/types/application/relationship.js'; export declare const prepareProperty: (property: Field | Relationship) => void;