export declare enum LoggingMessage {
    EmptySourceCode = "Empty source code. Obfuscation canceled...",
    ObfuscationCompleted = "Obfuscation completed. Total time: %s sec.",
    ObfuscationStarted = "Obfuscation started...",
    RandomGeneratorSeed = "Random generator seed: %s...",
    CodeTransformationStage = "Code transformation stage: %s...",
    NodeTransformationStage = "AST transformation stage: %s...",
    Version = "Version: %s",
    JavaScriptObfuscatorProAdFirstPart = "\uD83D\uDEE1\uFE0F JavaScript Obfuscator Pro is now available \u2014 with powerful Virtual Machine-based obfuscation\n(bytecode virtualization, anti-decompilation, unique opcode and VM structure each compilation, and more).",
    JavaScriptObfuscatorProAdSecondPart = "\uD83D\uDC49\uFE0F Get your API key at https://obfuscator.io and start using Virtual Machine obfuscation with javascript-obfuscator package."
}
