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