import { bl_cms_form_template_ext_RowClass, bl_pgw_payment_provider_hdr_RowInterface } from "../../dbschema"; import { BaseContainerModel } from "../base-container.model"; export declare class PaymentProviderContainerModel extends BaseContainerModel { bl_pgw_payment_provider_hdr: bl_pgw_payment_provider_hdr_RowInterface; bl_pgw_payment_provider_exts: bl_cms_form_template_ext_RowClass[]; }