/**
 * Convenience function for tests that expect an error to be thrown.
 *
 * This suppresses the expected error from being logged to the console.
 */
export declare const describeExpectError: (fn: () => void) => void;
