import { Expect } from '../expect.class';
import { TestingExpect } from '../testing-expect.class';
import { TestingExpectToHaveBeenCalled } from './testing-expect-to-have-been-called.class';
export declare class TestingExpectToHaveBeen extends Expect {
    get called(): TestingExpectToHaveBeenCalled;
    private toHaveBeenCalled;
    constructor(expect?: TestingExpect);
}
