import type { PropertyValue } from '../models'; export default class PropertyUtil { private static SYSTEM_PROPERTY_KEY_PREFIX; private static MAX_PROPERTY_VALUE_LENGTH; static sanitizeValue(key: string, value: any): PropertyValue | null; static isValidValue(value: any): value is PropertyValue; private static isValidElement; }