import { BaseContainerModel } from '../base-container.model'; import { bl_fi_mst_intercompany_processing_queue_RowInterface } from '../../dbschema'; export declare class IntercompanyProcessingQueueContainer extends BaseContainerModel { bl_fi_mst_intercompany_processing_queue: bl_fi_mst_intercompany_processing_queue_RowInterface; }