declare class ICoreSygms { _id?: string; sygms_id_sygmt?: string; sygms_code?: string; sygms_title?: string; sygms_desc?: string; sygms_isactive?: boolean; sygms_configuration?: object; sygms_id_sygms?: string | null; sygms_entity_id_syen?: string | null; row_sync_enabled?: boolean; } export { ICoreSygms };