type Args = { name: string; outDir: string; }; declare const args: Args; export { args };