export declare const ExecuteCommand: () => { addOption: (optFormat: string, optDesc: string, optParser: any) => any; addCommand: (command: any, executionCallback: any) => any; execute: (programArgs: string[]) => Promise; };