import { AlertMock } from './alert';
export declare class AlertControllerMock {
    static instance(alertMock?: AlertMock): any;
}
