import { type Modifier } from "@cad0p/unbash-walker"; /** * Modifiers the git plugin registers under `cwd.git`. Exposed as an * array so the plugin merger sees each entry distinctly; the runtime * could today also accept a single modifier, but the array form * leaves room for future git-specific cwd tweaks without changing * the plugin manifest. */ export declare const gitCwdExtensions: readonly Modifier[]; //# sourceMappingURL=cwd-extensions.d.ts.map