export function initLogging(level: any): void; export function getLogging(): string; export function Debug(): void; export function Info(): void; export function Warn(): void; export function Error(): void; //# sourceMappingURL=logging.d.ts.map