export declare function rename(path: string, title: string): { type: string; action: string; path: string; title: string; };