export declare class CucumberMatcher {
    match(expression: string, text: string): any;
    matches(expression: string, text: string): any;
}
