export type DefinedNameInfo = { name: string; reference: string; scope?: string; comment?: string; hidden: boolean; };