export declare class VariableGenerator { private currentVariable; getNext(): string; } //# sourceMappingURL=VariableGenerator.d.ts.map