import {type expect} from '@jest/globals' import {type TestingLibraryMatchers} from './matchers' export {} declare module '@jest/expect' { export interface Matchers> extends TestingLibraryMatchers< ReturnType, R > {} }