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