export interface IRunnerOptions { scriptsPath?: string; featurePath?: string; jUnitXmlOutputPath?: string; bridgeJSONOutputPath?: string; bridgeJSONArea?: string; logOutputPath?: string; debug?: boolean; debugPort?: number; warnForDuplicatedSteps?: boolean; featureFullPath?: string; killOnFinish?: boolean; } export declare function parseArgs(): IRunnerOptions;