import { FoundationType, MoonwallConfig } from '../types/config.js'; declare function generateConfig(): Promise; declare function createConfig(options: { label: string; timeout: number; environmentName: string; foundation: FoundationType; testDir: string; }): MoonwallConfig; export { createConfig, generateConfig };