export declare class ExpressionLibrary {
    static quotedArgumentsRegExp: RegExp;
    static defaultStepRegExp: RegExp;
    static regexFinderRegExp: RegExp;
    static defaultString: string;
    static numberString: string;
    static trueFalseString: string;
}
