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