export interface Info { title: string; version: string; [name: string]: any; description?: string; }