Sections are only used for being able to get their visibility state.
Hidden state can be retrieved like this:
const { isVisible } = await xrmTest.Section.get("SUMMARY_TAB", "ACCOUNT_INFORMATION");
Generated using TypeDoc