export interface StripReparsePointsOptions { onDetach?: ((linkPath: string) => void) | undefined; } export declare function stripNestedReparsePoints(root: string, opts?: StripReparsePointsOptions): void; export declare function listNestedReparsePoints(root: string): string[]; //# sourceMappingURL=reparse-safe.d.ts.map