export = assertMatcher;
/**
 * Throws a TypeError when `value` is not a matcher
 *
 * @private
 * @param {*} value The value to examine
 */
declare function assertMatcher(value: any): void;
