export declare enum ToolName {
    Testplane = "testplane",
    Playwright = "playwright",
    Jest = "jest"
}
