import { InterpolatorService, Parameters } from "../../models"; export declare class ParameterizedRegexInterpolator implements InterpolatorService { private static variableRegex; private static envVarKey; private parameters; constructor(parameters: Parameters); interpolate(original: string): string; private getVariableValue; }