import type { GetPromotionEvaluationItems } from './types/index.js'; /** * Method responsible for getting the promotion evaluation items of an evaluation. * * @param promotionEvaluationId - Promotion evaluation identifier. * @param config - Custom configurations to send to the client instance (axios). * * @returns Promise that will be resolved when the call to the endpoint finishes. */ declare const getPromotionEvaluationItems: GetPromotionEvaluationItems; export default getPromotionEvaluationItems;