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