declare class ICoreSyupth {
    _id?: string;
    syupth_user_id_user?: string;
    syupth_entity_id_syen?: string;
    syupth_system_theme_id_syth?: string;
    syupth_overrides?: any;
}
export { ICoreSyupth, };
