export declare enum TestType {
    global_system = "global_system",
    file_system = "file_system",
    invoke_system = "invoke_system"
}
