import { BrandResponse } from "../models/BrandResponse"; export declare class BrandService { getBrandData: (url: string) => Promise; }