export declare function validateInput(methodName: string, path: string, newName: string): void; export declare function sync(path: string, newName: string): void; export declare function async(path: string, newName: string): Promise;