import type { AdaptAttributes } from './types/index.js'; /** * Convert legacy size attributes to an object. * * @param attributes - Attributes to adapt. * @param sizes - Sizes of the product to build the current size attribute quantity. * * @returns Object with size attributes adapted. */ declare const adaptAttributes: AdaptAttributes; export default adaptAttributes;