import { CollectPaymentDetailsType } from './CollectPaymentDetailsType'; export declare abstract class CollectPaymentDetails { type: CollectPaymentDetailsType; constructor(type: CollectPaymentDetailsType); }