import type { Matcher, MatcherFn, OperationObserverCallback, Result } from './typedefs';
export declare const getMatcherFn: (matcher?: Matcher | undefined) => MatcherFn;
export declare const getEmitValueFn: (result: Result, matcher?: MatcherFn | undefined) => OperationObserverCallback;
