import { teardownLiveStubAgent } from './live-stub'; export default function globalTeardown(): void { teardownLiveStubAgent(); }