import type { GetSizeScale } from './types/index.js'; /** * Method responsible for loading the size scale that a product belongs to. * * @param id - Scale 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 getSizeScale: GetSizeScale; export default getSizeScale;