export {}; declare global { namespace jest { interface Matchers { toTransition(transition: object): R; } } } //# sourceMappingURL=transition.d.ts.map