import { Config } from "../../storefront-api-client/src"; export declare function setAPIClientConfig(): void; export * from "./__api/types"; export { APIErrorCode, APIResponse } from "../../storefront-api-client/src"; export { Config as IkasAPIClientConfig }; export type { UseLoyaltyPointsQueryParams } from "./__api/mutations/useLoyaltyPoints"; export type { ListCategoryQueryParams } from "./__api/queries/listCategory"; export type { ListLoyaltyProgramPointHistoryQueryParams } from "./__api/queries/listLoyaltyProgramPointHistory"; export type { ListProductBrandQueryParams } from "./__api/queries/listProductBrand"; export type { SearchProductsQueryParams } from "./__api/queries/searchProducts";