export declare type ProjectCLIOptions = { fnName: string; languages: string[]; include: string[]; exclude: string[]; rootDir: string; }; export declare const ARGS: { command: string[]; options: ProjectCLIOptions; }; export declare const HELP_PROJECT_OPTIONS: string;