import * as Tapimo from 'tapimo' import * as Client from 'tapimo/client' test('exports only the client from the package root', () => { expectTypeOf().toEqualTypeOf<'Client'>() expectTypeOf().toEqualTypeOf() })