import { MatcherContext } from 'expect'; export declare type CustomMatch = (this: Context, received: unknown) => { pass: boolean; message: string | (() => string); };