import * as babelTypes from '@babel/types';
import type { TypeAnnotation } from '@nasl/types/nasl.ui.ast';
declare function transformTypeAnnotation(node: babelTypes.TSType, typeNames?: string[]): TypeAnnotation | undefined;
export default transformTypeAnnotation;