declare const ___dirname: string;
declare const dir_path: (...args: string[]) => string;
declare const ROOT_DIR: string;

export { ROOT_DIR, ___dirname, dir_path };
