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