export declare function stopContainersByName(...names: string[]): void; export declare function startContainer(testId: string, image: string, tag: string, ...ports: string[]): Promise;