/// import type { Node } from '../types'; export declare function toContainRemoteText(this: jest.MatcherUtils, node: Node, text: string): { pass: boolean; message: () => string; }; //# sourceMappingURL=text.d.ts.map