import { IntegrationPlatformType } from '../IntegrationPlatformType'; import { Merchant } from '../Merchant'; import { BusinessMerchantBillingDetails } from './BusinessMerchantBillingDetails'; export declare class BusinessMerchant extends Merchant { private static readonly PRODUCT; product: 'NS8 Protect'; platform: IntegrationPlatformType; billing: BusinessMerchantBillingDetails; constructor(merchant: Merchant, billingDetails: BusinessMerchantBillingDetails); } export default BusinessMerchant;