export declare const createComponentTpl: (name: string) => string; export declare const createComponentIndexTpl: (name: string) => string; export declare const createServiceTpl: (name: string) => string; export declare const createDirectiveTpl: (name: string) => string;