/** * @ Author: Hanrea * @ version: 2023-03-06 13:14:21 * @ copyright: Vecmat (c) - */ export declare function Escape(str?: string): string; export declare function STRRegExp(str?: string): RegExp;