export declare class LexUtil { formats: { COMPONENT: string; APPLICATION: string; CONTROLLER: string; EVENT: string; HELPER: string; RENDERER: string; STYLE: string; DOCUMENTATION: string; DESIGN: string; SVG: string; }; fileFormats: { COMPONENT: string; APPLICATION: string; CONTROLLER: string; EVENT: string; HELPER: string; RENDERER: string; STYLE: string; DOCUMENTATION: string; DESIGN: string; SVG: string; }; templates: object; constructor(); getTemplate(name: string): object; getFormat(name: string): string; getFileFormat(name: string): string; }