import Singleton from "../../patterns/Singleton"; export declare class MybatisRegExpClass extends Singleton { isDate: RegExp; isNumber: RegExp; isStringNotEmpty: RegExp; getStatementToken: RegExp; commentDeleteReg: RegExp; removeCommaRepeated2: RegExp; removeCommaFirstExist: RegExp; removeCommaLastExist: RegExp; replaceCdata: RegExp; flatText: RegExp; parameterSearchReg(change: string): RegExp; parameterChangeReg(change: string, targetParam: string): RegExp; findOperator(str: string): RegExp; replaceQueryToken(str: string): RegExp; removePrefixOverrides(str: string, flag: string): RegExp; removePostfixOverrides(str: string, flag: string): RegExp; getCommaBefore(str: string, flag: string): RegExp; } export declare const MybatisRegExp: any; //# sourceMappingURL=MybatisRegExp.d.ts.map