import { HttpClient } from "@angular/common/http"; import { SpeechToTextDirective } from "../../lib/directives/speech-to-text/speech-to-text.directive"; import * as i0 from "@angular/core"; export declare class GlobalService { private http; static debugMode: boolean; static isSpeechToTextStarted: boolean; static speechDirective: SpeechToTextDirective; constructor(http: HttpClient); static debugLog(message: string, element?: any): void; static stringToValuePairs(valueString: string): { [key: string]: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }