export declare const generateRelativePath: ({ appDir, dirPath, }: { appDir: string; dirPath: string; }) => string; export declare const createDirPathHash: (paths: { appDir: string; dirPath: string; }) => string; //# sourceMappingURL=createDirPathHash.d.ts.map