/**
* Formats a property path to be displayed as a validation issue.
*
* @param propertyPath The property path that should be formatted
* @returns The formatted property path
*/
export declarefunctionformatPropertyPath(propertyPath: (string | number)[]): string;