import type { MatcherFunction } from "expect";
import type { TakeOptions } from "../internal/ObservableStream.js";
export declare const toEmitError: MatcherFunction<[
    value?: any,
    options?: TakeOptions
]>;
//# sourceMappingURL=toEmitError.d.ts.map