import type { Field } from 'payload'; /** * Creates a virtual path field that generates the path based on the parents' slugs, the document's slug and the locale. * * It is not stored in the database, because this would not automatically reflect changes in the parent(s) slug(s). */ export declare function pathField(): Field;