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