/// <reference types="jest" />
export declare class JiraClient {
    searchIssues: jest.Mock<{}>;
    addComment: jest.Mock<{}>;
}
