import type { ListProductBrandQueryParams } from "../../../storefront-api/src/__api/queries/listProductBrand"; import { APIResponse } from "../../../storefront-api-client/src"; import { IkasBrand } from "../../../storefront-models/src"; export type { ListProductBrandQueryParams }; export declare function apiListProductBrand(params: ListProductBrandQueryParams): Promise>;