export interface ICLIArgs { input: string; output: string; verbose?: boolean; } export declare const CLIArgs: ICLIArgs;