/** Handle command line specific functionality */
declare function Print(seneca: any, process_argv: any): void;
export { Print };
