import { ToastService } from '../toast/services/toast.service'; export declare class LogErrorModule { private readonly window; private readonly toastService; constructor(window: any, toastService: ToastService); }