import type { MatcherFunction } from "expect";
declare const toBeValidGithubSarifLog: MatcherFunction<[]>;
export declare function extendJestExpect(): void;
declare global {
    namespace jest {
        interface Matchers<R> {
            toBeValidGithubSarifLog(): R;
        }
        interface AsymmetricMatchers {
            toBeValidGithubSarifLog(): void;
        }
    }
}
export { toBeValidGithubSarifLog };
