import { Logger } from "../angular-terminal/logger"; import { LogName } from "./LogPointTypes"; import * as i0 from "@angular/core"; export declare class LogPointService implements Logger { logger: Logger; tags: string[]; parent: LogPointService; root: LogPointService; constructor(); bpSelectorString: import("../utils/Signal2").Signal2; bpSelector: any; bpMatch: any; lpSelectorString: import("../utils/Signal2").Signal2; lpSelector: any; lpMatch: any; runtimeLogPoints: Set; logPoint(name: LogName, context?: any): void; log(thing: any): void; toStringLp(): any; toStringBp(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }