export declare function fixOwnerSync(path: string): void; export declare function fixOwner(path: string): Promise; export declare function handlePermissionError(err: any): never; export declare function safeExistsSync(filePath: string): boolean; export declare function safeExists(filePath: string): Promise;