UNPKG

169 BTypeScriptView Raw
1/**
2 * @deprecated
3 * @since 1.0.0
4 */
5import { Reporter } from './Reporter';
6/**
7 * @since 1.0.0
8 * @deprecated
9 */
10export declare const ThrowReporter: Reporter<void>;