/** * DeukPack Path & Include Utilities */ /** * Normalized path key for cross-platform comparison */ export declare function canonicalIncludeFileKey(filePath: string): Promise; export declare function normSourcePath(p: string): string; export declare function sourcePathsEqual(a: string | undefined, b: string | undefined): boolean; //# sourceMappingURL=PathUtils.d.ts.map