//#region src/utils/getPathHash.d.ts
/**
 * Fast hashing using cyrb53 algorithm for small unique strings with low collisions risk
 */
declare const getPathHash: (filePath: string) => string;
//#endregion
export { getPathHash };
//# sourceMappingURL=getPathHash.d.ts.map