import { WarehousingProviderType } from '@unchainedshop/core-warehousing'; export interface WarehousingInterface { _id: string; label: string; version: string; } export declare function findWarehousingInterfacesService(type?: WarehousingProviderType): Promise;