/// <reference types="@types/chai" />
export declare const ERROR_KEYWORD = "error";
export declare const ERROR_TYPE_KEYWORD = "errorType";
export declare const ERROR_MESSAGE_KEYWORD = "errorMessage";
export declare function chaiError<T = unknown, E = unknown>(this: Chai.AssertionStatic, name: string, chai: Chai.ChaiStatic, utils: Chai.ChaiUtils, expectedErrorType?: new (...args: unknown[]) => E, expectedMessage?: string): void;
//# sourceMappingURL=chaiError.d.ts.map