export { getNameFromPath };
export { isTestFile };
export { hashCode };
declare function getNameFromPath(path: string): string;
declare function isTestFile(name: string): boolean;
declare function hashCode(str: string): number;
