export declare function assertSafeWritePath(path: string): void; export declare const assertNoReparsePointInPath: typeof assertSafeWritePath; export declare function assertNoSymlinkOnWritePath(root: string, target: string): void; //# sourceMappingURL=write-path-guard.d.ts.map