1 export interface CommandExecutionTextResult { 2 text: string 3 provider: string 4 mocked: boolean 5 }