import * as i0 from "@angular/core"; export declare class LogService { i(message: any, tag?: string, debug?: boolean): void; e(message: any, tag?: string, debug?: boolean): void; w(message: any, tag?: string, debug?: boolean): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }