import { FormattedPaymentChannel } from './parse/payment-channel';
import { RippleAPI } from '..';
declare function getPaymentChannel(this: RippleAPI, id: string): Promise<FormattedPaymentChannel>;
export default getPaymentChannel;
//# sourceMappingURL=payment-channel.d.ts.map