1*890232f2SAndroid Build Coastguard Workerexport { EnumInNestedNS } from './namespace-a/namespace-b/enum-in-nested-n-s'; 2*890232f2SAndroid Build Coastguard Workerexport { StructInNestedNS, StructInNestedNST } from './namespace-a/namespace-b/struct-in-nested-n-s'; 3*890232f2SAndroid Build Coastguard Workerexport { TableInNestedNS, TableInNestedNST } from './namespace-a/namespace-b/table-in-nested-n-s'; 4*890232f2SAndroid Build Coastguard Workerexport { UnionInNestedNS, unionToUnionInNestedNS, unionListToUnionInNestedNS } from './namespace-a/namespace-b/union-in-nested-n-s'; 5*890232f2SAndroid Build Coastguard Workerexport { SecondTableInA, SecondTableInAT } from './namespace-a/second-table-in-a'; 6*890232f2SAndroid Build Coastguard Workerexport { TableInFirstNS, TableInFirstNST } from './namespace-a/table-in-first-n-s'; 7*890232f2SAndroid Build Coastguard Workerexport { TableInC, TableInCT } from './namespace-c/table-in-c'; 8