export declare class JsVariableConfig { private _name; constructor(_name: string); name(): string; }