export declare function findProjectRoot(currentDir: string): string; export declare function getPackageVersion(): string; /** * Converts valid file names to valid javascript symbols and does best effort to make them readable. Example: ds-token.test becomes DsTokenTest */ export declare function normalizeName(rawName: string): string; //# sourceMappingURL=utils.d.ts.map