// TS topology public fixture test exercises public fixture SDK exports. import { testOnlyThing } from "fixture-sdk"; export function testUse() { return testOnlyThing(); }