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