/** * Merges the first element of a translation array into the main object. * * @param translationKey - The key in the object that holds the translation array. * @param item - The object containing the translation array. * @returns A new object combining the original object properties with the properties * of the first translation, excluding the translation array. */ export declare const itemTranslations: (translationKey: string, item: T) => any; //# sourceMappingURL=itemTranslations.d.ts.map