/** * @internal */ export declare class VariableNameGenerator { private static _javascriptReservedWords; private _varNameCounter; private readonly _javascriptReservedWords; static initializeAsync(): Promise; getNextVariableName(): string; private constructor(); } //# sourceMappingURL=VariableNameGenerator.d.ts.map