export enum LoggingMessage { EmptySourceCode = 'Empty source code. Obfuscation canceled...', ObfuscationCompleted = 'Obfuscation completed. Total time: %s sec.', ObfuscationStarted = 'Obfuscation started...', RandomGeneratorSeed = 'Random generator seed: %s...', StageControlFlowFlattening = 'Stage: control flow flattening...', StageDeadCodeInjection = 'Stage: dead code injection...', StageObfuscation = 'Stage: obfuscation...' }