import { PaymentProviderType } from '@unchainedshop/core-payment'; export interface PaymentInterface { _id: string; label: string; version: string; } export declare function findPaymentInterfacesService(type?: PaymentProviderType): Promise;