declare const rootDir: () => string; declare const downloadDir: () => string; export { rootDir, downloadDir };