interface ConfigServiceInterface { get(name: string): string; getCurrentEnvironment(): string; getLogEvent(): boolean; getLogLevel(): string; getSampleRateValue(): number | undefined; getServiceName(): string; isDevMode(): boolean; isValueTrue(value: string): boolean; } export { ConfigServiceInterface }; //# sourceMappingURL=ConfigServiceInterface.d.ts.map