export declare const homedir: any; export declare function makeStatusDirs(filepath: string): boolean; export declare function renameCurrentFile(filepath: string, filename: string, callback?: (err: Error | null, destfullpath?: string) => void): void;