import {type expect} from 'bun:test' import {type TestingLibraryMatchers} from './matchers' export {} declare module 'bun:test' { interface Matchers extends TestingLibraryMatchers< ReturnType, T > {} }