export interface ArgumentProcessor { processArgument(arg: any): any; } //# sourceMappingURL=commands.d.ts.map