import type { ImageSnapshotMatcher } from './to_match_image_snapshot.types.ts'; declare global { namespace jest { interface Matchers extends ImageSnapshotMatcher { } } } //# sourceMappingURL=augment.d.ts.map