/// <reference types="jest" />
export declare class BambooClient {
    fetchFailingBuilds: jest.Mock<{}>;
    fetchFailingTests: jest.Mock<{}>;
    fetchLabels: jest.Mock<{}>;
    fetchComments: jest.Mock<{}>;
}
