/// <reference types="jest" />
/**
 * Builds a Jest matcher based on the supplied @type {BuildMatcherOptions}.
 *
 * @param options
 * @param options.matcherName The name of the matcher.
 * @param options.schemaName [Optional] The name of the schema to load.
 * @param options.definition [Optional] The name of the SARIF schema definition fragment to dynamically build a schema for.
 * @returns {jest.CustomMatcher}
 */
export declare function buildMatcher<T>(): jest.CustomMatcher;
//# sourceMappingURL=build-matcher.d.ts.map