import { IRegexExtractorFunction } from '../../parser';
declare type IAddConditionExtractorArgument = {
    regex: RegExp;
    text: number;
    textPlural?: number;
};
export declare function addConditionExtractor({ regex, text, textPlural }: IAddConditionExtractorArgument): IRegexExtractorFunction;
export {};
