import { PaymentOptions, MappedPaymentOptions } from '../types/subscription'; export declare function mapPaymentOptions(options: PaymentOptions): MappedPaymentOptions;