import { Base, Type } from "./type";
export declare class CodeGeneratingRegexHelper extends Base {
static $t: Type;
private a;
constructor(a: string);
execute(a: string, b: (arg1: (arg1: number) => string, arg2: number, arg3: number) => string): string;
}