import { ArgumentsHost } from "@nestjs/common";
export declare class Eyewitness {
    private static doNotReportExceptions;
    static doNotReport(exceptions: Array<any>): void;
    static watch(exception: any, host: ArgumentsHost): {} | undefined;
}
