import type { JestAssertionError } from 'expect';
export declare function isJestAssertionError(error: unknown): error is JestAssertionError;
