///
import { ConfigGeneratorAnswers, MobileHelperResult, NightwatchConfig } from './interfaces';
import NPMCliPackageJson from '@npmcli/package-json';
export declare function installPackages(packagesToInstall: string[], rootDir: string): void;
export declare function copyAppTestingExamples(answers: ConfigGeneratorAnswers, rootDir: string): Promise;
export declare function postMobileSetupInstructions(answers: ConfigGeneratorAnswers, mobileHelperResult: MobileHelperResult, configFlag: string, rootDir: string, examplesJsSrc?: string): void;
export declare function getLocalConfigFileName(packageJson: NPMCliPackageJson): string;
export declare function loadNightwatchConfig(packageJson: NPMCliPackageJson, configArg?: string): NightwatchConfig | false;