export declare class VariableGenerator { private currentVariable; getNext(): string; private increaseByOne; }