import { Company } from "./company"; import { SystemField } from "./system-field"; export declare class MetadataConfig extends SystemField { name?: string; value?: string; company_id?: string; company?: Company; }