export declare const oldDirs: () => { oldConfigDir: string; oldCacheDir: string; }; export declare const copyIfExists: (options: { filename: string; oldDir: string; newDir: string; description?: string; verboseLogging: boolean; }) => Promise; //# sourceMappingURL=yargs-transition-temp.d.ts.map