import { APIResponse, ConfigType } from "../../../../storefront-api-client/src"; import { GetProductCampaignsInput, GetProductCampaignsResponse } from "../types"; export declare const getProductCampaigns: (input: GetProductCampaignsQueryParams, excludeFields?: string[], config?: ConfigType) => Promise | APIResponse>; export type GetProductCampaignsQueryParams = { input: GetProductCampaignsInput; };