import { LogType } from "@zombienet/utils"; import { TestDefinition } from "../types"; export interface BackchannelMap { [propertyName: string]: any; } export declare function run(configBasePath: string, testName: string, testDef: TestDefinition, provider: string, inCI: boolean | undefined, concurrency: number | undefined, logType: LogType | undefined, runningNetworkSpecPath: string | undefined, dir: string | undefined, force?: boolean): Promise;