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