import { BaseContainerModel } from '../base-container.model'; import { bl_pgw_payment_aggregator_RowInterface } from '../../dbschema'; export declare class PGWPaymentAggregatorContainerModel extends BaseContainerModel { bl_pgw_payment_aggregator: bl_pgw_payment_aggregator_RowInterface[]; }