export declare function stripAtPrefix(value: string): string; export declare function isWithin(root: string, candidate: string): boolean; export declare function resolveExistingWithin(root: string, input: string): Promise; export declare function resolveNewWithin(root: string, input: string): string; export declare function assertNoSymlinkComponents(root: string, target: string): Promise; //# sourceMappingURL=path-safety.d.ts.map