import { TestInstance } from '../types.js'; export declare function toHaveErrorMessage(this: any, testInstance: TestInstance, checkWith?: string | RegExp): { pass: any; message: () => string; };