import { TSModule } from '../utils/programs.js'; import 'typescript'; declare function normalizedTypeToString(type: string, tsModule: TSModule): string; export { normalizedTypeToString };