import { APIResponse, ConfigType } from "../../../../storefront-api-client/src"; import { StorefrontShippingZone } from "../types"; export declare const getAvailableShippingZones: (input: GetAvailableShippingZonesQueryParams, excludeFields?: string[], config?: ConfigType) => Promise | APIResponse>; export type GetAvailableShippingZonesQueryParams = { salesChannelId?: string | null; };