import { StressorConfig } from 'stressor-core'; export declare function loadConfig(filePath: string): StressorConfig; export declare function validateConfig(config: any): void; /** * Merge command line options with config file */ export declare function mergeOptions(config: StressorConfig, options: any): StressorConfig;