import { Product } from "./product"; import { SystemField } from "./system-field"; export declare class CostHistory extends SystemField { is_active?: number; products_id?: string; cost?: number; product?: Product; }