/** * @param {Record} attributes * @param {string} property * @returns {string} */ export function caseInsensitiveTransform(attributes: Record, property: string): string;