import type { WarehousingProvider } from '@unchainedshop/core-warehousing'; import { type WarehousingContext } from '../directors/index.ts'; import type { Modules } from '../modules.ts'; export declare function supportedWarehousingProvidersService(this: Modules, params: WarehousingContext): Promise;