/** * Fetches data by brand name. * * @param {string} brandName - The brand name to search for. * @returns - A promise that resolves with the API response. */ export declare function fetchByBrand(brandName: string): Promise>; //# sourceMappingURL=brand.d.ts.map