import { PaymentInstrumentType } from './PaymentInstrumentType'; export declare abstract class PaymentInstrumentV2 { type: PaymentInstrumentType; }