import type { GetBrand } from './types/index.js'; /** * Method responsible for get a specific brand. * * @param id - Brand 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 getBrand: GetBrand; export default getBrand;