export declare function toEqualText(input: HTMLElement | string, expectTextContent: string): {
    message: () => string;
    pass: boolean;
};
