export declare const nameFromFile: (file: string, sfdxProject: boolean, converter: (a: string, b: string) => string) => string; export declare const nameFromDirectory: (file: string, sfdxProject: boolean, converter: (a: string, b: string) => string) => string; export declare const moduleName: (namespace: string, tag: string) => string; export declare const componentFromFile: (file: string, sfdxProject: boolean) => string; export declare const componentFromDirectory: (file: string, sfdxProject: boolean) => string; //# sourceMappingURL=component-util.d.ts.map