import { BaseContainerModel } from '../base-container.model'; import { bl_pgw_payment_channel_event_RowInterface } from '../../dbschema'; export declare class PaymentChannelEventContainerModel extends BaseContainerModel { bl_pgw_payment_channel_event: bl_pgw_payment_channel_event_RowInterface; }