declare class ICoreSyco {
    _id?: string;
    syco_for: string;
    syco_title: string;
    syco_desc: string;
    syco_configuration: any;
    syco_isactive: boolean;
    syco_entity_type_applicable_sygms?: string[];
    row_sync_enabled?: boolean;
}
export { ICoreSyco };
