/** * function to either modify the UID or eliminate it if the attribute is not created in the target project * @param attributeRules * @param attributesUid - {attributesUid} attributes mapper data in format {: } * @returns */ export declare const lookUpAttributes: (attributeRules: Record[], attributesUid: Record) => Record[];