import { Environment } from '../types/config.js'; declare function testCmd(envName: string, additionalArgs?: {}): Promise; declare function executeTests(env: Environment, additionalArgs?: {}): Promise; export { executeTests, testCmd };