import * as astTypes from '@nasl/types/nasl.ui.ast';
export default function transform(tsCode: string, framework: string): astTypes.ViewComponentDeclaration[];
