export declare class VariableBuilder { addAttribute(name?: string, value?: any): void; constructor(name?: string, type?: string); }