export declare function safe(unsafepath: string, root?: string): string; export declare function pathsafe(unsafepath: string, root?: string): string | false;