import { bl_fi_fixed_asset_register_depreciation_run_line_RowInterface } from '../../../dbschema'; import { BaseContainerModel } from '../../base-container.model'; export declare class AssetRegisterDepreciationRunLineModel extends BaseContainerModel { bl_fi_fixed_asset_register_depreciation_run_line: bl_fi_fixed_asset_register_depreciation_run_line_RowInterface; }