import type { AdaptMerchant } from './types/index.js'; /** * Adapt merchant to a structure that allows to create an entity. * * @param merchant - Merchant object with all related informations. * * @returns Merchant adapted ready to be an entity. */ declare const adaptMerchant: AdaptMerchant; export default adaptMerchant;