/// export declare type ExpectExtendSync = (this: jest.MatcherUtils, received: any, ...actual: any[]) => { message(): string | (() => string); pass: boolean; };