import { BDDConfig } from '../config/types';
/**
 * Returns path to spec file by feature file.
 */
export declare function getSpecFileByFeatureFile(config: BDDConfig, relFeatureFile: string): string;
/**
 * Returns relative path to feature file by spec file.
 */
//# sourceMappingURL=paths.d.ts.map