import * as types from "../config/types";
export declare const getPaymentArgument: (addressIndex: number, payment: types.Payment) => Promise<string>;
