export declare const cliArgs: {
    maxrc: string;
    "suppress-messages": string;
    "report-file": string;
    "report-dir": string;
    "write-report": string;
    "full-output": string;
    "to-file": string;
    "to-dir": string;
    flat: string;
    "with-dependencies": string;
};
