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