export interface IFoundEditor { readonly editor: T; readonly path: string; readonly usesShell?: boolean; }