export interface TOPlugin { readonly description: string; readonly name: string; readonly version: string; }