import { Context } from 'react'; import type { MatcherState } from 'expect'; import type { Node } from '../types.ts'; export declare function toProvideReactContext(this: MatcherState, node: Node, Context: Context, value?: Type): { pass: boolean; message: () => string; }; //# sourceMappingURL=context.d.ts.map