export interface Annotation { host?: string; class?: string; annotations?: Record; debug: boolean; '/'?: object; }