import Parser from './parser';
declare const cucumberParser: Parser;
export default cucumberParser;
