export declare const standardCmdInputs: string[];
export declare const standardCmdOutputs: string[];
export declare const standardInputFileHelpDesc = "Can be an input file name (json, csv or yaml) or a hypen to indicate reading JSON data from standard input. Can be omitted if there are no further arguments.";
export declare const standardInputFileHelp: {
    name: string;
    desc: string;
};
export declare const standardOutputFileHelp: {
    name: string;
    desc: string;
};
