import { DeliveryProviderType } from '@unchainedshop/core-delivery'; export interface DeliveryInterface { _id: string; label: string; version: string; } export declare function findDeliveryInterfacesService(type?: DeliveryProviderType): Promise;