import { BaseContainerModel } from "../base-container.model"; import { bl_pgw_payment_channel_hdr_RowInterface } from "../../dbschema"; export declare class PaymentChannelHeadersContainerModel extends BaseContainerModel { bl_pgw_payment_channel_hdr: bl_pgw_payment_channel_hdr_RowInterface; }