/** * Root-relative local dep path that always matches FILE_PATH_REGEX * (`./…` or `../…`). Uses posix separators for portable locks. */ export declare function normalizeLocalDepPath(rootDir: string, depPath: string): string;