import { APIResponse } from "../../../storefront-api/src"; import { ListStorefrontPopupQueryParams } from "../../../storefront-api/src/__api/queries/listStorefrontPopup"; import { IkasStorefrontPopup } from "../../../storefront-models/src"; export declare function apiListStorefrontPopup(params: ListStorefrontPopupQueryParams): Promise>;