import type { GetSizeScales } from './types/index.js'; /** * Method responsible for fetching size scales. * * @param query - Query with parameters to apply to the request. * @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 getSizeScales: GetSizeScales; export default getSizeScales;