import { Resource } from './Resource'; import { PaymentChannelInfo } from '../types'; export declare class PortalResource extends Resource { id: string; portalKey: string; name: string; paymentChannels: PaymentChannelInfo[]; } //# sourceMappingURL=PortalResource.d.ts.map