import { TApiPropertyDescribeProperties } from '../../../../type/decorator/api/property';
/**
 * Determines whether date metadata represents a server-owned infrastructure timestamp.
 * @param {TApiPropertyDescribeProperties} propertyMetadata - Metadata describing the property
 * @returns {boolean} True for created, received, and updated infrastructure timestamps
 */
export declare function DtoIsPropertyInfrastructureTimestamp(propertyMetadata: TApiPropertyDescribeProperties): boolean;
