import { PaginationResult } from '../../common'; import { P2PPaymentChannel } from './p2p-payment-channel'; export declare class P2PPaymentChannels extends PaginationResult { items: P2PPaymentChannel[]; }