import type { ListCategoryQueryParams } from "../../../storefront-api/src/__api/queries/listCategory"; import { APIResponse } from "../../../storefront-api-client/src"; import { IkasCategory } from "../../../storefront-models/src"; export declare function apiListCategory(params: ListCategoryQueryParams, excludedFieldsCategory?: string[] | null): Promise>;