export declare enum ObfuscatingGuardResult {
    ForceTransform = "ForceTransform",
    Ignore = "Ignore",
    Transform = "Transform"
}
