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