UNPKG

602 BTypeScriptView Raw
1import CucumberExpression from './CucumberExpression';
2import RegularExpression from './RegularExpression';
3import CucumberExpressionGenerator from './CucumberExpressionGenerator';
4import ParameterTypeRegistry from './ParameterTypeRegistry';
5import ParameterType from './ParameterType';
6declare const _default: {
7 CucumberExpression: typeof CucumberExpression;
8 RegularExpression: typeof RegularExpression;
9 CucumberExpressionGenerator: typeof CucumberExpressionGenerator;
10 ParameterTypeRegistry: typeof ParameterTypeRegistry;
11 ParameterType: typeof ParameterType;
12};
13export = _default;