export interface InflectionCommandRunner { exec(value: string): string; }