/// <reference types="jasmine" />
export declare class ConsoleMock {
    static logSpy: jasmine.Spy;
    static warnSpy: jasmine.Spy;
    static errorSpy: jasmine.Spy;
    static mockConsole(): void;
}
