2 lines
119 B

import { Payment, PaymentOpts } from './index';
export declare function p2ms(a: Payment, opts?: PaymentOpts): Payment;