import { CoreEvent, CoreApplicationService } from "@tandem/common"; export declare class ConsoleLogServiceAction extends CoreEvent { readonly match: string; static readonly HIGHLIGHT_LOG: string; constructor(type: string, match: string); } export declare class ConsoleLogService extends CoreApplicationService { }