export declare enum ApplicationCheckMode {
    License = "license",
    Tsa = "tsa",
    Executable = "executable",
    Signature = "signature"
}
