import FileClient from './fileClient';
export declare const renameFolder: (this: FileClient, resource: string, newName: string) => Promise<unknown>;
export declare const renameFile: (this: FileClient, resource: string, newName: string) => Promise<import("./create").ExtendedResponseType | import("./create").ExtendedResponseType[]>;
//# sourceMappingURL=rename.d.ts.map